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) 267 B
import { HeadingProps, HeadingSize } from "./heading.types.js"; import { Heading, HeadingBase } from "./heading.js"; import { H1, H2, H3, H4, H5, H6 } from "./headings.js"; export { H1, H2, H3, H4, H5, H6, Heading, HeadingBase, type HeadingProps, type HeadingSize };