tav-ui
Version:
16 lines (12 loc) • 441 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const basicHelpProps = {
maxWidth: { type: String, default: "600px" },
showIndex: { type: Boolean },
color: { type: String, default: "#ffffff" },
fontSize: { type: String, default: "14px" },
placement: { type: String, default: "right" },
text: { type: [Array, String] }
};
exports.basicHelpProps = basicHelpProps;
//# sourceMappingURL=types2.js.map