vue-devui
Version:
DevUI components based on Vite and Vue3
25 lines (24 loc) • 970 B
TypeScript
declare const _default: import("vue").DefineComponent<{
readonly column: {
readonly type: import("vue").PropType<import("../column/column-types").Column>;
readonly required: true;
};
readonly colspan: {
readonly type: NumberConstructor;
};
readonly rowspan: {
readonly type: NumberConstructor;
};
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
readonly column: {
readonly type: import("vue").PropType<import("../column/column-types").Column>;
readonly required: true;
};
readonly colspan: {
readonly type: NumberConstructor;
};
readonly rowspan: {
readonly type: NumberConstructor;
};
}>>, {}>;
export default _default;