Files
graff.tech/node_modules/zustand/react/shallow.d.ts
T
2024-01-18 10:56:09 +05:00

2 lines
86 B
TypeScript

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