UNPKG

ecp-ui-lib

Version:

7 lines (6 loc) 186 B
import { ElementRef, OnInit } from '@angular/core'; export declare class TabsComponent implements OnInit { private el; constructor(el: ElementRef); ngOnInit(): void; }