UNPKG

@react-hookz/web

Version:

React hooks done right, for browser and SSR.

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