UNPKG

@legendapp/state

Version:
3 lines (2 loc) 169 B
export declare function useMount(fn: () => (void | (() => void)) | Promise<void>): void; export declare const useMountOnce: (effect: () => void | (() => void)) => void;