UNPKG

@redocly/theme

Version:

Shared UI components lib

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