kwikid-components-react
Version:
KwikID's Component Library in React
9 lines (8 loc) • 607 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.KWIKUI_PROGRESS_LINE__SIZE__OPTIONS = exports.KWIKUI_PROGRESS_LINE__SHAPE__OPTIONS = exports.KWIKUI_PROGRESS_LINE__APPEARANCE__OPTIONS = void 0;
const KWIKUI_PROGRESS_LINE__APPEARANCE__OPTIONS = exports.KWIKUI_PROGRESS_LINE__APPEARANCE__OPTIONS = ["primary", "secondary", "outlined"];
const KWIKUI_PROGRESS_LINE__SHAPE__OPTIONS = exports.KWIKUI_PROGRESS_LINE__SHAPE__OPTIONS = ["curved", "rectangle", "rounded"];
const KWIKUI_PROGRESS_LINE__SIZE__OPTIONS = exports.KWIKUI_PROGRESS_LINE__SIZE__OPTIONS = ["s", "m", "l"];