UNPKG

110 BTypeScriptView Raw
1import { EffectCallback } from 'react';
2export declare const useEffectOnce: (effect: EffectCallback) => void;