UNPKG

327 BTypeScriptView Raw
1/**
2 * These APIs are still unstable.
3 * See: https://github.com/pmndrs/jotai/discussions/1514
4 */
5export { useResetAtom } from './utils/useResetAtom';
6export { useReducerAtom } from './utils/useReducerAtom';
7export { useAtomCallback } from './utils/useAtomCallback';
8export { useHydrateAtoms } from './utils/useHydrateAtoms';