UNPKG

@trustcaptcha/trustcaptcha-vue

Version:

Trustcaptcha library for vue

30 lines 745 B
import { defineContainer } from './vue-component-lib/utils'; import { defineCustomElements } from '@trustcaptcha/trustcaptcha-frontend/loader'; defineCustomElements(); export const TrustcaptchaComponent = defineContainer('trustcaptcha-component', undefined, [ 'sitekey', 'privacyUrl', 'trustcaptchaUrl', 'trustcaptchaApi', 'framework', 'language', 'customTranslations', 'theme', 'customDesign', 'autostart', 'tokenFieldName', 'bypassToken', 'mode', 'width', 'license', 'invisible', 'invisibleHint', 'hideBranding', 'hidePrivacy', 'slider', 'captchaStarted', 'captchaSolved', 'captchaFailed', 'captchaReset' ]); //# sourceMappingURL=components.js.map