Files
CreaBook/node_modules/zustand/esm/shallow.d.mts
2026-04-05 03:08:53 +02: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 };