UNPKG

@lucasferreiralsf/angular-frontend-library

Version:

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

6 lines (5 loc) 158 B
import { OnInit } from '@angular/core'; export declare class DataTableRowActionsComponent implements OnInit { constructor(); ngOnInit(): void; }