UNPKG

@studio-lumio/hooks

Version:

a compilation of react hooks we use to make our magic

5 lines (4 loc) 148 B
/** * @description React state hook that returns true if component is just mounted. */ export declare function useFirstMountState(): boolean;