UNPKG

@lucasferreiralsf/angular-frontend-library

Version:

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

10 lines (9 loc) 289 B
import { OnInit, EventEmitter } from '@angular/core'; export declare class FilterTableActionsComponent implements OnInit { limpar: EventEmitter<void>; pesquisa: EventEmitter<any>; constructor(); ngOnInit(): void; pesquisar(): void; limparFiltro(): void; }