UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

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