UNPKG

193 BJavaScriptView Raw
1'use strict';
2
3var jotaiZustand = require('jotai-zustand');
4
5
6
7Object.defineProperty(exports, 'atomWithStore', {
8 enumerable: true,
9 get: function () { return jotaiZustand.atomWithStore; }
10});