@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 +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;
|