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) 318 B
//#region src/utils/consts.ts const __DEV__ = true; const activeClassName = "vui-active"; const activeItemShade = 30; const dimmedBorderColor = "grey.40"; //#endregion export { __DEV__, activeClassName, activeItemShade, dimmedBorderColor }; globalThis.__vuiVersion__ = "5.4.0-alpha" //# sourceMappingURL=consts.js.map