@pinerohit11/testwidget 0.1.43 → 0.1.44

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.cts CHANGED
@@ -38,9 +38,9 @@ declare function RqstPaymntInputField({ fractalpayClientKey, amount, orderID }:
38
38
 
39
39
  declare function Payment(): React.JSX.Element;
40
40
 
41
- type CompletedTransactionsProps = {
41
+ interface CompletedTransactionsProps {
42
42
  fractalpayClientKey: string;
43
- };
43
+ }
44
44
  declare function CompletedTransactions(props: CompletedTransactionsProps): React.JSX.Element;
45
45
 
46
46
  declare function TockenizPay(): React.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -38,9 +38,9 @@ declare function RqstPaymntInputField({ fractalpayClientKey, amount, orderID }:
38
38
 
39
39
  declare function Payment(): React.JSX.Element;
40
40
 
41
- type CompletedTransactionsProps = {
41
+ interface CompletedTransactionsProps {
42
42
  fractalpayClientKey: string;
43
- };
43
+ }
44
44
  declare function CompletedTransactions(props: CompletedTransactionsProps): React.JSX.Element;
45
45
 
46
46
  declare function TockenizPay(): React.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinerohit11/testwidget",
3
- "version": "0.1.43",
3
+ "version": "0.1.44",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "next dev",