File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ export { useAsyncIter, type IterationResult };
3434 * );
3535 * }
3636 * ```
37+ *
38+ * ---
3739 *
3840 * Given an async iterable `input`, this hook will iterate it value-by-value and update (re-render) the
3941 * host component upon each yielded value, along with any possible completion or error it may run into.
@@ -58,6 +60,8 @@ export { useAsyncIter, type IterationResult };
5860 * {@link IterationResult `IterationResult`}).
5961 * In case `input` is given a plain value, it will be delivered as-is within the returned
6062 * result object's `value` property.
63+ *
64+ * ---
6165 *
6266 * @template TVal The type of values yielded by the passed iterable or type of plain value if otherwise passed.
6367 * @template TInitVal The type of the initial value, defaults to `undefined`.
You can’t perform that action at this time.
0 commit comments