add hw2
This commit is contained in:
2
node_modules/jotai/vanilla/utils/atomWithLazy.d.ts
generated
vendored
Normal file
2
node_modules/jotai/vanilla/utils/atomWithLazy.d.ts
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import type { PrimitiveAtom } from 'jotai/vanilla';
|
||||
export declare function atomWithLazy<Value>(makeInitial: () => Value): PrimitiveAtom<Value>;
|
||||
Reference in New Issue
Block a user