Files
avz-site/node_modules/tunnel-rat/node_modules/zustand/shallow.d.ts
T
2026-05-30 19:59:39 -03:00

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