@pinerohit11/testwidget 0.1.34 → 0.1.35
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs +9 -1192
- package/dist/index.d.cts +1 -9
- package/dist/index.d.ts +1 -9
- package/dist/index.js +11 -1191
- package/package.json +2 -3
- package/dist/index.css +0 -544
package/dist/index.d.cts
CHANGED
@@ -1,10 +1,2 @@
|
|
1
|
-
import React from 'react';
|
2
1
|
|
3
|
-
|
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
|
-
|
4
|
-
name: string;
|
5
|
-
amount: number;
|
6
|
-
orderId: string;
|
7
|
-
fractalPayClientKey: string;
|
8
|
-
}): React.JSX.Element;
|
9
|
-
|
10
|
-
export { PaywithFractal };
|
2
|
+
export { }
|