@pinerohit11/testwidget 0.1.35 → 0.1.36

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.cts CHANGED
@@ -1,2 +1,6 @@
1
+ interface Props {
2
+ fractalpayClientKey: string;
3
+ }
4
+ declare const RequestPayment: React.FC<Props>;
1
5
 
2
- export { }
6
+ export { RequestPayment };
package/dist/index.d.ts CHANGED
@@ -1,2 +1,6 @@
1
+ interface Props {
2
+ fractalpayClientKey: string;
3
+ }
4
+ declare const RequestPayment: React.FC<Props>;
1
5
 
2
- export { }
6
+ export { RequestPayment };