Files
crypto_trader/frontend/node_modules/zustand/ts3.4/react/shallow.d.ts

2 lines
87 B
TypeScript
Raw Normal View History

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