Files
igny8/frontend/node_modules/zustand/esm/react/shallow.d.mts
2025-11-09 10:27:02 +00:00

2 lines
86 B
TypeScript

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