UNPKG

artha-on-off-ramp

Version:

React SDK for Artha On-Off Ramp

11 lines (10 loc) 314 B
import React from "react"; import type { CollapseProps } from "antd"; interface PaymentFormProps { items: any; item: any; colapsitems: CollapseProps['items']; onChange: (key: string | string[]) => void; } declare const PaymentForm: React.FC<PaymentFormProps>; export default PaymentForm;