UNPKG

@startpage/local-storage

Version:

Local storage management for your startpage

8 lines (7 loc) 294 B
import React from "react"; type StoragePrefixProviderProps = { prefix: string; }; export declare const StoragePrefixProvider: ({ prefix, children, }: React.PropsWithChildren<StoragePrefixProviderProps>) => JSX.Element; export declare const useStoragePrefix: () => string; export {};