UNPKG

kwikid-components-react

Version:

KwikID's Component Library in React

9 lines (8 loc) 628 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KWIKUI_ALERT__VARIANT__OPTIONS = exports.KWIKUI_ALERT__POSITION__OPTIONS = exports.KWIKUI_ALERT_AUTO_CLOSE_TIME = void 0; const KWIKUI_ALERT__VARIANT__OPTIONS = exports.KWIKUI_ALERT__VARIANT__OPTIONS = ["info", "warn", "error", "success"]; const KWIKUI_ALERT__POSITION__OPTIONS = exports.KWIKUI_ALERT__POSITION__OPTIONS = ["top-left", "top-center", "top-right", "center-left", "center-center", "center-right", "bottom-left", "bottom-center", "bottom-right"]; const KWIKUI_ALERT_AUTO_CLOSE_TIME = exports.KWIKUI_ALERT_AUTO_CLOSE_TIME = 3000;