PickerButton.d.ts 168 B

1234
  1. import * as React from 'react';
  2. import type { ButtonProps } from '../button';
  3. declare const PickerButton: React.FC<Readonly<ButtonProps>>;
  4. export default PickerButton;