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