Test/node_modules/zustand/esm/shallow.d.mts
2026-04-09 22:54:00 +07:00

7 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 };