UNPKG

vexip-ui

Version:

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

40 lines (39 loc) 718 B
import { buildProps as e, booleanProp as o } from "@vexip-ui/config"; const r = [Number, String, Array], n = e({ tag: String, gap: [Number, Array], rows: r, columns: r, autoRows: r, autoColumns: r, dense: o, justify: String, align: String, cellFlex: { type: [Boolean, Object], default: null } }), t = [Number, Object], u = e({ tag: String, top: [Number, String], left: [Number, String], width: Number, height: Number, right: [Number, String], bottom: [Number, String], xs: t, sm: t, md: t, lg: t, xl: t, xxl: t, useFlex: { type: [Boolean, Object], default: null } }); export { u as cellProps, n as gridProps }; //# sourceMappingURL=props.mjs.map