UNPKG

301 BTypeScriptView Raw
1import type { OutputTargetAngular } from './types';
2import type { CompilerCtx, ComponentCompilerMeta } from '@stencil/core/internal';
3export declare function generateAngularDirectivesFile(compilerCtx: CompilerCtx, components: ComponentCompilerMeta[], outputTarget: OutputTargetAngular): Promise<any>;