UNPKG

@lucasferreiralsf/angular-frontend-library

Version:

This is a set of custom angular components to easy the development of any Subway frontend project.

7 lines (6 loc) 165 B
import { OnInit } from '@angular/core'; export declare class MatTabComponent implements OnInit { label: string; constructor(); ngOnInit(): void; }