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

8 lines
208 B
TypeScript

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