UNPKG

113 BTypeScriptView Raw
1/**
2 * Trigger only when component unmount
3 */
4export default function useUnmount(callback: VoidFunction): void;