Files
planet/frontend/node_modules/zustand/esm/shallow.d.mts
2026-03-05 11:46:58 +08:00

8 lines
205 B
TypeScript

import { shallow } from './vanilla/shallow.mjs';
/**
* @deprecated Use `import { shallow } from 'zustand/shallow'`
*/
declare const _default: typeof shallow;
export default _default;
export { shallow };