UNPKG

jotai

Version:

👻 Next gen state management that will spook you

18 lines (15 loc) • 419 B
System.register(['jotai-zustand'], (function (exports) { 'use strict'; var JotaiZustand; return { setters: [function (module) { JotaiZustand = module; }], execute: (function () { const atomWithStore = exports('atomWithStore', (...args) => { console.warn("[DEPRECATED] use `jotai-zustand` instead."); return JotaiZustand.atomWithStore(...args); }); }) }; }));