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.

10 lines (9 loc) 198 B
//#region src/tooltip/consts.ts const bg = { regular: "darkBlue.18", disabled: "sandstone.55" }; //#endregion export { bg }; globalThis.__vuiVersion__ = "5.3.1" //# sourceMappingURL=consts.js.map