add hw2
This commit is contained in:
14
node_modules/jotai/esm/vanilla/utils.d.mts
generated
vendored
Normal file
14
node_modules/jotai/esm/vanilla/utils.d.mts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
export { RESET } from './utils/constants.mjs';
|
||||
export { atomWithReset } from './utils/atomWithReset.mjs';
|
||||
export { atomWithReducer } from './utils/atomWithReducer.mjs';
|
||||
export { atomFamily } from './utils/atomFamily.mjs';
|
||||
export { selectAtom } from './utils/selectAtom.mjs';
|
||||
export { freezeAtom, freezeAtomCreator } from './utils/freezeAtom.mjs';
|
||||
export { splitAtom } from './utils/splitAtom.mjs';
|
||||
export { atomWithDefault } from './utils/atomWithDefault.mjs';
|
||||
export { atomWithStorage, createJSONStorage, withStorageValidator as unstable_withStorageValidator, } from './utils/atomWithStorage.mjs';
|
||||
export { atomWithObservable } from './utils/atomWithObservable.mjs';
|
||||
export { loadable } from './utils/loadable.mjs';
|
||||
export { unwrap } from './utils/unwrap.mjs';
|
||||
export { atomWithRefresh } from './utils/atomWithRefresh.mjs';
|
||||
export { atomWithLazy } from './utils/atomWithLazy.mjs';
|
||||
Reference in New Issue
Block a user