UNPKG

kwikid-components-react

Version:

KwikID's Component Library in React

21 lines (20 loc) 555 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KWIKUI__CAPTCHA__DEFAULTS = void 0; var _Captcha = require("./Captcha.definition"); const KWIKUI__CAPTCHA__DEFAULTS = exports.KWIKUI__CAPTCHA__DEFAULTS = { size: _Captcha.IKwikUICaptchaSize.M, characterSize: 6, captchaTextFromCanvas: "", isShowRefresh: false, isRefreshCaptchaText: false, customStyles: { container: {}, captchaCanvas: {}, refreshIcon: {} }, getCaptchaText: () => {}, variant: _Captcha.IKwikUICaptchaVariant.SIMPLIFIED };