UNPKG

@extclp/vexip-ui

Version:

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

25 lines (24 loc) 496 B
import { buildProps as i, eventProp as r, booleanProp as n } from "@vexip-ui/config"; const e = i({ pending: n, dashed: n, lineColor: String, spacing: [Number, String], flip: n, horizontal: n, alternate: n, onSignalClick: r() }), t = i({ type: String, color: String, label: [Number, String], dashed: n, lineColor: String, spacing: [Number, String], onSignalClick: r() }); export { t as timelineItemProps, e as timelineProps }; //# sourceMappingURL=props.mjs.map