unis_crm/frontend1/node_modules/zustand/react/shallow.d.ts

2 lines
86 B
TypeScript
Raw Normal View History

2026-03-26 09:29:55 +00:00
export declare function useShallow<S, U>(selector: (state: S) => U): (state: S) => U;