UNPKG

290 BTypeScriptView Raw
1/**
2 * Creates an Angular module declaration for a component wrapper.
3 * @param componentTagName The tag name of the Stencil component.
4 * @returns The Angular module declaration as a string.
5 */
6export declare const generateAngularModuleForComponent: (componentTagName: string) => string;