INNER CODE UNIT · TypeScript

useMount

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

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

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…