2 lines
87 B
TypeScript
Executable File
2 lines
87 B
TypeScript
Executable File
export declare function useShallow<S, U>(selector: (state: S) => U): (state: S) => U;
|