UNPKG

element-plus

Version:

A Component Library for Vue 3

15 lines (12 loc) 296 B
import '../../../utils/index2.mjs'; import { buildProps, definePropType } from '../../../utils/vue/props2.mjs'; const iconProps = buildProps({ size: { type: definePropType([Number, String]) }, color: { type: String } }); export { iconProps }; //# sourceMappingURL=icon3.mjs.map