vue-devui
Version:
DevUI components based on Vite and Vue3
24 lines (23 loc) • 712 B
TypeScript
import './gantt-milestone.scss';
declare const _default: import("vue").DefineComponent<{
startDate: {
type: DateConstructor;
};
title: {
type: StringConstructor;
};
id: {
type: StringConstructor;
};
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
startDate: {
type: DateConstructor;
};
title: {
type: StringConstructor;
};
id: {
type: StringConstructor;
};
}>>, {}>;
export default _default;