tav-ui
Version:
12 lines (10 loc) • 349 B
JavaScript
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] }
};
export { basicHelpProps };
//# sourceMappingURL=types2.mjs.map