angular-bootstrap-md
Version:
Bootstrap 4 & Angular 15 UI KIT - 700+ components, MIT license, simple installation.
13 lines (12 loc) • 615 B
TypeScript
import { EventEmitter, OnInit, OnDestroy, ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class MdbTableRowDirective implements OnInit, OnDestroy {
private el;
rowCreated: EventEmitter<any>;
rowRemoved: EventEmitter<any>;
constructor(el: ElementRef);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<MdbTableRowDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MdbTableRowDirective, "[mdbTableRow]", never, {}, { "rowCreated": "rowCreated"; "rowRemoved": "rowRemoved"; }, never, never, false, never>;
}