UNPKG

alinea

Version:

[![npm](https://img.shields.io/npm/v/alinea.svg)](https://npmjs.org/package/alinea) [![install size](https://packagephobia.com/badge?p=alinea)](https://packagephobia.com/result?p=alinea)

2 lines (1 loc) 108 B
export declare function useLocalStorage<T>(key: string, initialValue: T): readonly [T, (value: T) => void];