@pinerohit11/testwidget 0.1.34 → 0.1.36

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.cts CHANGED
@@ -1,10 +1,6 @@
1
- import React from 'react';
1
+ interface Props {
2
+ fractalpayClientKey: string;
3
+ }
4
+ declare const RequestPayment: React.FC<Props>;
2
5
 
3
- declare function PaywithFractal({ name, amount, orderId, fractalPayClientKey }: {
4
- name: string;
5
- amount: number;
6
- orderId: string;
7
- fractalPayClientKey: string;
8
- }): React.JSX.Element;
9
-
10
- export { PaywithFractal };
6
+ export { RequestPayment };
package/dist/index.d.ts CHANGED
@@ -1,10 +1,6 @@
1
- import React from 'react';
1
+ interface Props {
2
+ fractalpayClientKey: string;
3
+ }
4
+ declare const RequestPayment: React.FC<Props>;
2
5
 
3
- declare function PaywithFractal({ name, amount, orderId, fractalPayClientKey }: {
4
- name: string;
5
- amount: number;
6
- orderId: string;
7
- fractalPayClientKey: string;
8
- }): React.JSX.Element;
9
-
10
- export { PaywithFractal };
6
+ export { RequestPayment };