Files
pig-farm-controller-fe/node_modules/element-plus/lib/components/icon/src/icon.js

18 lines
348 B
JavaScript
Raw Normal View History

2025-09-19 14:25:20 +08:00
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var runtime = require('../../../utils/vue/props/runtime.js');
const iconProps = runtime.buildProps({
size: {
type: runtime.definePropType([Number, String])
},
color: {
type: String
}
});
exports.iconProps = iconProps;
//# sourceMappingURL=icon.js.map