UNPKG

flutterwave-angularjs

Version:
26 lines (25 loc) 656 B
import { OnInit, EventEmitter } from '@angular/core'; export declare class FlutterwaveAngularjsComponent implements OnInit { text: string; style: object; className: string; callback: EventEmitter<object>; close: EventEmitter<any>; key: string; email: string; amount: number; reference: string; meta: any; currency: string; country: string; customer_firstname: string; customer_lastname: string; custom_title: string; custom_description: string; custom_logo: string; private raveOptions; constructor(); ngOnInit(): void; madePayment(): void; prepRaveOptions(): void; }