PickerButton.d.ts 185 B

1234
  1. import type { FunctionalComponent } from 'vue';
  2. import type { ButtonProps } from '../button';
  3. declare const PickerButton: FunctionalComponent<ButtonProps>;
  4. export default PickerButton;