UNPKG

zustand-persist

Version:
5 lines (4 loc) 222 B
export declare function register(key: string): void; export declare function isLoaded(key: string): boolean; export declare function onAllLoaded(fn: () => void): void; export declare function setLoaded(key: string): void;