vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
47 lines (46 loc) • 879 B
JavaScript
import { buildProps as r, booleanProp as o, omitProps as s } from "@vexip-ui/config";
const e = r({
type: String,
tag: String,
delete: o,
strong: o,
italic: o,
underline: o,
code: o,
mark: o,
disabled: o,
keyboard: o,
thin: o,
reversed: o
}), c = s(e, ["tag", "code"]), i = s(e, ["tag", "strong", "code"]), n = r({
type: String,
level: Number,
top: o,
marker: o,
aligned: o,
thin: o,
markerType: String
}), t = s(n, ["level"]), l = t, P = t, g = t, a = t, d = t, h = t, S = r({
type: String
}), m = r({
type: String
}), y = r({
listStyle: String
});
export {
S as blockquoteProps,
l as h1Props,
P as h2Props,
g as h3Props,
a as h4Props,
d as h5Props,
h as h6Props,
t as hProps,
m as olProps,
c as pProps,
i as strongProps,
e as textProps,
n as titleProps,
y as ulProps
};
//# sourceMappingURL=props.mjs.map