UNPKG

@studio-lumio/hooks

Version:

a compilation of react hooks we use to make our magic

5 lines (4 loc) 151 B
/** *@description will return a callback that returns true if the component is mounted */ export declare function useIsMounted(): () => boolean;