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

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