Test/node_modules/zustand/react/shallow.d.ts
2026-04-09 22:54:00 +07:00

1 line
86 B
TypeScript

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