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.

6 lines (5 loc) 236 B
import { LinkProps } from "./link.types.js"; import { LinkIcon } from "./linkIcon.js"; import { LinkText } from "./linkText.js"; import { Link, LinkBase } from "./link.js"; export { Link, LinkBase, LinkIcon, type LinkProps, LinkText };