vue-devui
Version:
DevUI components based on Vite and Vue3
24 lines (23 loc) • 625 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, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
startDate: {
type: DateConstructor;
};
title: {
type: StringConstructor;
};
id: {
type: StringConstructor;
};
}>>, {}, {}>;
export default _default;