UNPKG

@asi-ngtools/lib

Version:

This project is a little components library, simple to use, which will help you to simplify your project.

8 lines (7 loc) 173 B
import { TemplateRef } from '@angular/core'; export declare class AsiTabElement { class: string; template: TemplateRef<any>; index: Number; constructor(); }