contract-query/frontend/node_modules/zustand/shallow.d.ts
2025-08-14 15:03:33 -05:00

7 lines
201 B
TypeScript

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