UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

5 lines (4 loc) 185 B
import type { FunctionalComponent } from 'vue'; import type { ButtonProps } from '../button'; declare const PickerButton: FunctionalComponent<ButtonProps>; export default PickerButton;