kwikid-components-react
Version:
KwikID's Component Library in React
17 lines (16 loc) • 514 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.KWIKUI_ALERT_DEFAULTS = void 0;
var _Alert = require("./Alert.constants");
var _Alert2 = require("./Alert.definition");
const KWIKUI_ALERT_DEFAULTS = exports.KWIKUI_ALERT_DEFAULTS = {
portalId: "",
id: "kwikui-alert",
message: "Alert Message",
variant: _Alert2.IKwikUIAlertVariant.SUCCESS,
position: _Alert2.IKwikUIAlertPosition.TOP_RIGHT,
autoCloseTime: _Alert.KWIKUI_ALERT_AUTO_CLOSE_TIME,
onClose: () => {}
};