UNPKG

@prexo/ai-chat-sdk

Version:

AI Chat Component with Persistent History

6 lines (3 loc) 184 B
import * as React from 'react'; declare function useLocalStorage<T>(key: string, initialValue: T): readonly [T, React.Dispatch<React.SetStateAction<T>>]; export { useLocalStorage };