@agnos-ui/core-bootstrap
Version:
Styles and component interface extensions necessary to use AgnosUI with Bootstrap.
14 lines (13 loc) • 353 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const BS_CONTEXTUAL_CLASSES = Object.values({
success: "success",
info: "info",
warning: "warning",
danger: "danger",
primary: "primary",
secondary: "secondary",
light: "light",
dark: "dark"
});
exports.BS_CONTEXTUAL_CLASSES = BS_CONTEXTUAL_CLASSES;