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) 312 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.3.1" //# sourceMappingURL=consts.js.map