UNPKG

yuang-framework-ui-pc

Version:

yuang-framework-ui-pc Library

31 lines (30 loc) 562 B
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); export { textPropKeys, textProps };