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.

5 lines (4 loc) 159 B
import { TProps } from "./t.types.js"; import { T, TBase } from "./t.js"; import { Lead } from "./specialVariants.js"; export { Lead, T, TBase, type TProps };