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

2 lines
86 B
TypeScript
Executable File

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