UNPKG

@lesnoypudge/utils-react

Version:

lesnoypudge's utils-react

8 lines (7 loc) 199 B
/** * Returns a function that executes the provided callback only * if the component is mounted. */ export declare const useMountedWrapper: () => { mounted: (callback: () => void) => void; };