Files
Beyhan Oğur dd72c6220d first commit
2026-04-26 22:32:52 +03:00

2 lines
86 B
TypeScript

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