PropWarning.d.ts 259 B

123456
  1. import * as React from 'react';
  2. export interface PropWarningProps {
  3. dropdownMatchSelectWidth?: boolean;
  4. }
  5. declare const _default: React.MemoExoticComponent<({ dropdownMatchSelectWidth }: PropWarningProps) => null> | (() => null);
  6. export default _default;