kwikid-components-react
Version:
KwikID's Component Library in React
9 lines (8 loc) • 565 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.KWIKUI__CAPTCHA__MEDIUM_LETTER_REFERENCE_VALUE = exports.KWIKUI__CAPTCHA_VARIANT_OPTIONS = exports.KWIKUI__CAPTCHA_SIZE_OPTIONS = void 0;
const KWIKUI__CAPTCHA_SIZE_OPTIONS = exports.KWIKUI__CAPTCHA_SIZE_OPTIONS = ["s", "m", "l"];
const KWIKUI__CAPTCHA__MEDIUM_LETTER_REFERENCE_VALUE = exports.KWIKUI__CAPTCHA__MEDIUM_LETTER_REFERENCE_VALUE = 5;
const KWIKUI__CAPTCHA_VARIANT_OPTIONS = exports.KWIKUI__CAPTCHA_VARIANT_OPTIONS = ["simplified", "standard", "noisy", "distorted"];