mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-26 11:21:16 +01:00
New sidebar and folder view (#263)
This commit is contained in:
@@ -2,7 +2,7 @@ import { atom } from 'jotai';
|
||||
import { getKeyValue, setKeyValue } from '../keyValueStore';
|
||||
|
||||
export function atomWithKVStorage<T extends object | boolean | number | string | null>(
|
||||
key: string,
|
||||
key: string | string[],
|
||||
fallback: T,
|
||||
namespace = 'global',
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user