UNPKG

jotai

Version:

👻 Next gen state management that will spook you

9 lines (6 loc) • 214 B
import * as JotaiRedux from 'jotai-redux'; const atomWithStore = (...args) => { console.warn("[DEPRECATED] use `jotai-redux` instead."); return JotaiRedux.atomWithStore(...args); }; export { atomWithStore };