UNPKG

@open-chat/chat-bubble

Version:

Chat bubble component.

4 lines (3 loc) 108 B
type Value<T> = T | null; export declare function useReadLocalStorage<T>(key: string): Value<T>; export {};