useShallowStableValue.d.ts 64 B

1
  1. export declare function useShallowStableValue<T>(value: T): T;