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.

4 lines (3 loc) 165 B
import { SvgProps, SvgState } from "./svg.types.js"; import { Svg, SvgBase } from "./svg.js"; export { Svg, SvgBase, type SvgProps, type SvgState, Svg as default };