recaptcha-common.module.d.ts 413 B

1234567
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./recaptcha.component";
  3. export declare class RecaptchaCommonModule {
  4. static ɵfac: i0.ɵɵFactoryDeclaration<RecaptchaCommonModule, never>;
  5. static ɵmod: i0.ɵɵNgModuleDeclaration<RecaptchaCommonModule, [typeof i1.RecaptchaComponent], never, [typeof i1.RecaptchaComponent]>;
  6. static ɵinj: i0.ɵɵInjectorDeclaration<RecaptchaCommonModule>;
  7. }