UNPKG

@inaccess-fang/ui-components

Version:

The Inaccess UI Components Library for the Front-end projects

8 lines (7 loc) 181 B
import { OnInit } from '@angular/core'; export declare class FangTabComponent implements OnInit { title: string; active: boolean; constructor(); ngOnInit(): void; }