UNPKG

element-plus

Version:

A Component Library for Vue 3

14 lines (11 loc) 267 B
import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs'; const iconProps = buildProps({ size: { type: definePropType([Number, String]) }, color: { type: String } }); export { iconProps }; //# sourceMappingURL=icon2.mjs.map