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) 314 B
import { OnInit, TemplateRef, EventEmitter } from '@angular/core'; export declare class ViewEditContainerComponent implements OnInit { templates: TemplateRef<any>[]; typeButton: string; modalConfirmClick: EventEmitter<any>; constructor(); ngOnInit(): void; confirmClick(): void; }