stupa-pdf-api/frontend/node_modules/zustand/ts3.4/react/shallow.d.ts

2 lines
87 B
TypeScript

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