INNER CODE UNIT · TypeScript

useUnMount

datavane/datavines · datavines-ui/Editor/common/useUnMount/index.ts:3

const useUnMount = (fn: (...args: any[]) => any) => {
    useEffect(() => () => {
        fn();
    }, []);
};
export default useUnMount;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…