contract-query/frontend/node_modules/zustand/react/shallow.d.ts
2025-08-14 15:03:33 -05:00

1 line
86 B
TypeScript

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