UNPKG

@leafygreen-ui/hooks

Version:
7 lines 263 B
/** * Returns whether this is the first render of a component. * * Additionally, calls the provided callback function _only_ on first render */ export declare const useFirstRender: (effect?: () => void) => boolean; //# sourceMappingURL=useFirstRender.d.ts.map