UNPKG

@agnos-ui/core-bootstrap

Version:

Styles and component interface extensions necessary to use AgnosUI with Bootstrap.

13 lines (12 loc) 508 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const alert = require("../../alert-C-GktcuR.cjs"); const alert$1 = require("@agnos-ui/core/components/alert"); exports.createAlert = alert.createAlert; exports.getAlertDefaultConfig = alert.getAlertDefaultConfig; Object.keys(alert$1).forEach((k) => { if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, { enumerable: true, get: () => alert$1[k] }); });