UNPKG

@extclp/vexip-ui

Version:

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

49 lines (48 loc) 950 B
import { buildProps as r, booleanProp as e, eventProp as o, styleProp as n, iconProp as t } from "@vexip-ui/config"; const l = r({ expanded: [String, Number, Array], card: e, accordion: e, arrowType: String, ghost: e, onChange: o() }), i = r({ label: [String, Number], title: String, disabled: e, contentStyle: n, expanded: e, card: e, arrowType: String, icon: t, ghost: e, onToggle: o() }), p = r({ appear: e, mode: String, horizontal: e, duration: Number, timing: String, fadeEffect: e, /** * Internal prop for Tree, reverse the enter transition * * @internal */ reverse: e, disabled: e, onBeforeEnter: o(), onEnter: o(), onAfterEnter: o(), onEnterCancelled: o(), onBeforeLeave: o(), onLeave: o(), onAfterLeave: o(), onLeaveCancelled: o() }); export { i as collapsePanelProps, l as collapseProps, p as collapseTransitionProps }; //# sourceMappingURL=props.mjs.map