UNPKG

react-ecommerce-hook

Version:
5 lines (4 loc) 120 B
export declare const createStorageMethods: (key: string) => { set: (value: any) => void; get: () => any; };