UNPKG

tdesign-vue-next

Version:
37 lines (32 loc) 551 B
/** * tdesign v1.17.7 * (c) 2025 tdesign * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var iconfontProps = { loadDefaultIcons: { type: Boolean, "default": true }, name: { type: String, "default": "", required: true }, size: { type: String, "default": void 0 }, tag: { type: String, "default": "i" }, url: { type: [String, Array] }, onClick: Function }; exports["default"] = iconfontProps; //# sourceMappingURL=iconfont-props.js.map