UNPKG

@gzup/macaw-ui-4

Version:

Gzup's UI component library

6 lines (5 loc) 189 B
export interface UseLocalStorage { value: string; setValue: (value: string) => void; } export default function useLocalStorage(key: string, initialValue?: string): UseLocalStorage;