UNPKG

scriptguard-library

Version:

A secure and customizable text input field library for React.

6 lines 229 B
export declare function useSecureLocalStorage<T>(key: string, initialValue: T, secret: string): { value: T; setValue: (value: T) => void; removeValue: () => void; }; //# sourceMappingURL=useSecureLocalStorage.d.ts.map