UNPKG

789 BTypeScriptView Raw
1export { RecaptchaComponent, RecaptchaErrorParameters } from "./lib/recaptcha.component";
2export { RecaptchaLoaderService } from "./lib/recaptcha-loader.service";
3export { RecaptchaModule } from "./lib/recaptcha.module";
4export { RecaptchaSettings } from "./lib/recaptcha-settings";
5export { RecaptchaV3Module } from "./lib/recaptcha-v3.module";
6export { OnExecuteData, OnExecuteErrorData, ReCaptchaV3Service } from "./lib/recaptcha-v3.service";
7export { RecaptchaFormsModule } from "./lib/recaptcha-forms.module";
8export { RecaptchaValueAccessorDirective } from "./lib/recaptcha-value-accessor.directive";
9export { RECAPTCHA_LANGUAGE, RECAPTCHA_BASE_URL, RECAPTCHA_NONCE, RECAPTCHA_SETTINGS, RECAPTCHA_V3_SITE_KEY, RECAPTCHA_LOADER_OPTIONS, RecaptchaLoaderOptions, } from "./lib/tokens";