UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

9 lines (8 loc) 271 B
import { VuiComponent } from "../core/vui.js"; import { TProps } from "./t.types.js"; import "../index.js"; //#region src/t/specialVariants.d.ts declare const Lead: VuiComponent<"span", TProps>; //#endregion export { Lead }; //# sourceMappingURL=specialVariants.d.ts.map