UNPKG

@o3r/third-party

Version:

This module provides a bridge to communicate with third parties via an iFrame solution.

13 lines 418 B
import { Rule } from '@angular-devkit/schematics'; import type { NgAddIframeSchematicsSchema } from './schema'; /** * Add iframe to an existing component * @param options */ export declare function ngAddIframeFn(options: NgAddIframeSchematicsSchema): Rule; /** * Add iframe to an existing component * @param options */ export declare const ngAddIframe: (options: any) => Rule; //# sourceMappingURL=index.d.ts.map