UNPKG

@extclp/vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

18 lines (17 loc) 337 B
import { buildProps as r, iconProp as i } from "@vexip-ui/config"; const n = r({ icon: i, scale: [Number, String], title: String, label: String, flip: String, effect: String, size: String, color: String, rotate: [Number, String], renderer: Function }); export { n as iconProps }; //# sourceMappingURL=props.mjs.map