dk-plus
Version:
7 lines (6 loc) • 621 B
TypeScript
import type { DefineComponent, ComputedOptions, MethodOptions, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
import type { Install } from '../_utils';
import datePicker from "./src/datePicker";
export declare const DkDatePicker: Install<DefineComponent<{}, {}, unknown, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}, {}>>;
export type DatePickerInstance = InstanceType<typeof datePicker>;
export default DkDatePicker;