recaptcha.module.d.ts 441 B

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