UNPKG

@react-hookz/web

Version:

React hooks done right, for browser and SSR.

5 lines (4 loc) 118 B
/** * Return boolean that is `true` only on first render. */ export declare function useFirstMountState(): boolean;