UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

11 lines 668 B
import { ElementRef, EventEmitter, Injector } from '@angular/core'; import { UpgradeComponent } from '@angular/upgrade/static'; import * as i0 from "@angular/core"; export declare class CommandTemplates extends UpgradeComponent { close: EventEmitter<void>; dismiss: EventEmitter<void>; constructor(elementRef: ElementRef, injector: Injector); static ɵfac: i0.ɵɵFactoryDeclaration<CommandTemplates, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<CommandTemplates, "c8y-command-templates-directive", never, {}, { "close": "close"; "dismiss": "dismiss"; }, never, never, false, never>; } //# sourceMappingURL=command-templates.directive.d.ts.map