hongluan-ui
Version:
Hongluan Component Library for Vue 3
33 lines (30 loc) • 645 B
JavaScript
import '../../../utils/index.mjs';
import { isValidComponentType, isValidComponentSize } from '../../../utils/vue/validator.mjs';
const iconProps = {
type: {
type: String,
validator: isValidComponentType
},
size: {
type: String,
validator: isValidComponentSize
},
name: {
type: String,
default: ""
},
color: String,
border: Number,
opacity: Number,
width: [Number, String],
height: [Number, String],
gradient: Boolean,
startColor: String,
fill: Boolean,
round: Boolean,
radius: Boolean,
transition: Boolean,
effect: String
};
export { iconProps };
//# sourceMappingURL=icon2.mjs.map