UNPKG

zustand

Version:

🐻 Bear necessities for state management in React

16 lines (11 loc) 352 B
'use strict'; var shallow = require('zustand/vanilla/shallow'); var shallow$1 = require('zustand/react/shallow'); Object.defineProperty(exports, "shallow", { enumerable: true, get: function () { return shallow.shallow; } }); Object.defineProperty(exports, "useShallow", { enumerable: true, get: function () { return shallow$1.useShallow; } });