UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

11 lines 632 B
import { ElementRef, TemplateRef, ViewContainerRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ExpandableRowDirective { template: TemplateRef<unknown>; elementRef: ElementRef; viewContainer: ViewContainerRef; constructor(template: TemplateRef<unknown>, elementRef: ElementRef, viewContainer: ViewContainerRef); static ɵfac: i0.ɵɵFactoryDeclaration<ExpandableRowDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<ExpandableRowDirective, "[c8yExpandableRow]", never, {}, {}, never, never, true, never>; } //# sourceMappingURL=expandable-row.directive.d.ts.map