@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.cjs +1127 -1113
- package/dist/index.d.cts +5 -9
- package/dist/index.d.ts +5 -9
- package/dist/index.js +1129 -1117
- package/package.json +2 -3
- package/dist/index.css +0 -544
package/dist/index.d.cts
CHANGED
@@ -1,10 +1,6 @@
|
|
1
|
-
|
1
|
+
interface Props {
|
2
|
+
fractalpayClientKey: string;
|
3
|
+
}
|
4
|
+
declare const RequestPayment: React.FC<Props>;
|
2
5
|
|
3
|
-
|
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
|
-
|
1
|
+
interface Props {
|
2
|
+
fractalpayClientKey: string;
|
3
|
+
}
|
4
|
+
declare const RequestPayment: React.FC<Props>;
|
2
5
|
|
3
|
-
|
4
|
-
name: string;
|
5
|
-
amount: number;
|
6
|
-
orderId: string;
|
7
|
-
fractalPayClientKey: string;
|
8
|
-
}): React.JSX.Element;
|
9
|
-
|
10
|
-
export { PaywithFractal };
|
6
|
+
export { RequestPayment };
|