@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
10 lines • 580 B
TypeScript
import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NoConnectionsFoundComponent {
onAction: EventEmitter<void>;
header: string;
addConnection(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NoConnectionsFoundComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NoConnectionsFoundComponent, "no-connections-found", never, { "header": { "alias": "header"; "required": false; }; }, { "onAction": "onAction"; }, never, never, false, never>;
}
//# sourceMappingURL=no-connections-found.component.d.ts.map