uf0.1.0

Type to search every page and heading. Page titles only, while the full index loads.

All pages

API reference

@uniflowed/react

React, re-exported by name with its Flow types, for the Unified Toolchain for Flow.

0.1.01 documented export, 1 without a doc commentpackages/react

Written from the source by uf doc when this site was built: the signature and the comment above each export, grouped by the specifier a program imports it from.

@uniflowed/react

Re-exports everything from react.

type

SetState

export type SetState<S> = S | ((previous: S) => S);

The setter shape useState hands back.

Without a doc comment