Files
Remote-Control-Center/mc_test/node_modules/zustand/ts3.4/shallow.d.ts
2025-11-25 09:56:15 +03:00

8 lines
208 B
TypeScript
Executable File

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