index.d.ts 739 B

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