@pinerohit11/testwidget 0.1.43 → 0.1.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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",