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) 401 B
import { TagColor, TagColorTokens, TagContainerStyles, TagHierarchy, TagInnerProps, TagProps, TagVariantCanonical } from "./tag.types.js"; import { Tag } from "./tag.js"; import { resolveTagVariantKey } from "./utils.js"; export { Tag, type TagColor, type TagColorTokens, type TagContainerStyles, type TagHierarchy, type TagInnerProps, type TagProps, type TagVariantCanonical, resolveTagVariantKey };