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

2 lines
87 B
TypeScript
Executable File

export declare function useShallow<S, U>(selector: (state: S) => U): (state: S) => U;