tav-ui
Version:
18 lines (14 loc) • 364 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const basicTitleProps = {
helpMessage: {
type: [String, Array],
default: ""
},
span: { type: Boolean },
icon: { type: String },
iconColor: { type: String },
normal: { type: Boolean }
};
exports.basicTitleProps = basicTitleProps;
//# sourceMappingURL=types2.js.map