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.

15 lines (14 loc) 301 B
//#region src/progressCircular/consts.ts const absCenterStyles = { position: "absolute", w: "100%", left: 0, right: 0, alignItems: "center", justifyContent: "center", zIndex: 100 }; //#endregion export { absCenterStyles }; globalThis.__vuiVersion__ = "5.3.1" //# sourceMappingURL=consts.js.map