ether-admin/node_modules/ant-design-vue/lib/date-picker/PickerButton.d.ts

5 lines
185 B
TypeScript

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