@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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
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
|
-
|
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
|
-
|
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;
|