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 };
34
34
* );
35
35
* }
36
36
* ```
37
+ *
38
+ * ---
37
39
*
38
40
* Given an async iterable `input`, this hook will iterate it value-by-value and update (re-render) the
39
41
* 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 };
58
60
* {@link IterationResult `IterationResult`}).
59
61
* In case `input` is given a plain value, it will be delivered as-is within the returned
60
62
* result object's `value` property.
63
+ *
64
+ * ---
61
65
*
62
66
* @template TVal The type of values yielded by the passed iterable or type of plain value if otherwise passed.
63
67
* @template TInitVal The type of the initial value, defaults to `undefined`.
You can’t perform that action at this time.
0 commit comments