UNPKG

yuang-framework-ui-pc

Version:

yuang-framework-ui-pc Library

31 lines (30 loc) 677 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const textProps = { /** 渲染标签 */ tag: { type: String, default: "div" }, /** 类型 */ type: String, /** 文字大小 */ size: String, /** 文字删除线 */ deleted: Boolean, /** 文字下划线 */ underline: Boolean, /** 是否加粗 */ strong: Boolean, /** 是否斜体 */ italic: Boolean, /** 图标 */ icon: [String, Object, Function], /** 图标属性 */ iconProps: Object, /** 图标样式 */ iconStyle: Object }; const textPropKeys = Object.keys(textProps); exports.textPropKeys = textPropKeys; exports.textProps = textProps;