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) 353 B
import { IconDefinition, IconDetails, VuiIcon, VuiIcons } from "./types.js"; import { icons_d_exports } from "./baseIcons/icons.js"; import cache from "./cache.js"; import { defaultIcons } from "./consts.js"; export { type IconDefinition, type IconDetails, type VuiIcon, type VuiIcons, icons_d_exports as baseIcons, defaultIcons, cache as iconsCache };