UNPKG

@angular-generic-table/core

Version:
7 lines (6 loc) 234 B
import { OnInit } from '@angular/core'; import { GtExpandedRow } from './gt-expanding-row.component'; export declare class GtDrilldownComponent extends GtExpandedRow<any> implements OnInit { constructor(); ngOnInit(): void; }