@pinerohit11/testwidget 0.1.33 → 0.1.35

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,2 @@
1
- import React from 'react';
2
1
 
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 };
2
+ export { }
package/dist/index.d.ts CHANGED
@@ -1,10 +1,2 @@
1
- import React from 'react';
2
1
 
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 };
2
+ export { }