@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
17 lines (15 loc) • 387 B
JavaScript
import vui from "../core/vui.js";
import { T } from "./t.js";
import { jsx } from "react/jsx-runtime";
//#region src/t/specialVariants.tsx
const Lead = vui((props, ref) => /* @__PURE__ */ jsx(T, {
ref,
size: "xl",
variant: "caption",
color: "seaBlue.main",
...props
}));
//#endregion
export { Lead };
globalThis.__vuiVersion__ = "5.3.1"
//# sourceMappingURL=specialVariants.js.map