UNPKG

bresnow_utility-react-hooks

Version:

Modular utility hooks that we often use grouped in one package. Written in TypeScript, documented, tested and maintained.Disclaimer: at least React 16 is needed (the one with hooks ;) )

6 lines (5 loc) 168 B
export declare const useLZObject: ({ output, }: { output: 'uint8array' | 'utf16' | 'base64' | 'uri'; }) => ((value: { [key: string]: string; }) => any)[];