Files
lcbp3/frontend/.ignored_node_modules/zustand/react/shallow.d.ts
2025-11-27 17:08:49 +07:00

2 lines
86 B
TypeScript

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