@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
39 lines (38 loc) • 1.04 kB
JavaScript
import { default as t } from "./title.mjs";
import { default as e } from "./text.mjs";
import { default as f } from "./blockquote.mjs";
import { default as P } from "./ol.mjs";
import { default as x } from "./ul.mjs";
import { H1 as m, H2 as d, H3 as h, H4 as H, H5 as c, H6 as g } from "./h.mjs";
import { default as k } from "./p.mjs";
import { default as q } from "./strong.mjs";
import { blockquoteProps as T, h1Props as b, h2Props as B, h3Props as O, h4Props as S, h5Props as U, h6Props as j, olProps as v, pProps as w, strongProps as y, textProps as z, titleProps as A, ulProps as C } from "./props.mjs";
export {
f as Blockquote,
m as H1,
d as H2,
h as H3,
H as H4,
c as H5,
g as H6,
P as OL,
k as P,
q as Strong,
e as Text,
t as Title,
x as UL,
T as blockquoteProps,
b as h1Props,
B as h2Props,
O as h3Props,
S as h4Props,
U as h5Props,
j as h6Props,
v as olProps,
w as pProps,
y as strongProps,
z as textProps,
A as titleProps,
C as ulProps
};
//# sourceMappingURL=index.mjs.map