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.

11 lines (10 loc) 256 B
//#region src/theme/foundations/fontWeights.ts var fontWeights_default = { regular: "400", medium: "500", demi: "600" }; //#endregion export { fontWeights_default as default }; globalThis.__vuiVersion__ = "5.3.1" //# sourceMappingURL=fontWeights.js.map