kwikid-components-react
Version:
KwikID's Component Library in React
9 lines (8 loc) • 526 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.KWIKUI_LOADER__VARIANT__OPTIONS = exports.KWIKUI_LOADER__SIZE__OPTIONS = exports.KWIKUI_LOADER__SHAPE__OPTIONS = void 0;
const KWIKUI_LOADER__SHAPE__OPTIONS = exports.KWIKUI_LOADER__SHAPE__OPTIONS = ["curved", "rectangle", "rounded"];
const KWIKUI_LOADER__SIZE__OPTIONS = exports.KWIKUI_LOADER__SIZE__OPTIONS = ["s", "m", "l"];
const KWIKUI_LOADER__VARIANT__OPTIONS = exports.KWIKUI_LOADER__VARIANT__OPTIONS = ["fullscreen", "contained"];