UNPKG

react-roving-focus

Version:

Flexible roving focus for React with support for any fixed or responsive layout.

5 lines (4 loc) 131 B
/** * Cleanup-only effect that runs a callback on unmount. */ export declare const useUnmount: (callback: VoidFunction) => void;