UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

5 lines 246 B
export declare const useCache: (cacheType: "local" | "session") => { getCacheValue: (key: string) => any; setCacheValue: (key: string, newValue: unknown, expiredInSeconds?: number) => void; }; //# sourceMappingURL=useLocalStorage.d.ts.map