StorageSetter
No description provided.
StorageSetter
Copy
Ask AI
type StorageSetter = () => (
key: string,
value: string | null
) => void | Promise<void>
Was this page helpful?
On this page
Assistant
Responses are generated using AI and may contain mistakes.