UNPKG

@ohm-vision/react-storage

Version:

Extension to React to interact with native Window Storage object

11 lines (10 loc) 167 B
export interface StorageItem<TElement> { /** * Converted storage value */ obj: TElement; /** * Raw storage value */ str: string; }