UNPKG

@infordata-web/portal-common-component-lib

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.14.

9 lines (8 loc) 262 B
import { OnInit } from '@angular/core'; import { PagamentiDTO } from '../../models/pagamento-dto'; export declare class DatiPagamentoComponent implements OnInit { pagamento: PagamentiDTO; dataR: string; constructor(); ngOnInit(): void; }