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

8 lines
205 B
TypeScript
Executable File

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