@cryptofi/core-ui 0.38.0 → 0.39.0
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/types/index.d.ts +69 -68
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -1,197 +1,197 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import * as
|
|
2
|
+
import * as _chakra_ui_react from '@chakra-ui/react';
|
|
3
|
+
import { IconProps, ButtonGroupProps, ButtonProps, CardProps, FlexProps, CheckboxProps, InputProps as InputProps$1, ModalProps, SelectProps, TagProps, ChakraComponent, UseToastOptions } from '@chakra-ui/react';
|
|
3
4
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
5
|
import * as react from 'react';
|
|
5
6
|
import { SVGProps, ReactElement, Dispatch, SetStateAction } from 'react';
|
|
6
|
-
import { IconProps, ButtonGroupProps, ButtonProps, CardProps, FlexProps, CheckboxProps, InputProps as InputProps$1, ModalProps, SelectProps, TagProps, ChakraComponent, UseToastOptions } from '@chakra-ui/react';
|
|
7
7
|
import { CurveType } from 'recharts/types/shape/Curve';
|
|
8
|
-
import { CurrencyInputProps } from 'react-currency-input-field';
|
|
9
8
|
import { FieldValues, UseFormRegister, Control } from 'react-hook-form';
|
|
9
|
+
import { CurrencyInputProps } from 'react-currency-input-field';
|
|
10
10
|
|
|
11
|
-
declare const SvgIconAlert:
|
|
11
|
+
declare const SvgIconAlert: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
12
12
|
//# sourceMappingURL=IconAlert.d.ts.map
|
|
13
13
|
|
|
14
|
-
declare const SvgIconArrowDown:
|
|
14
|
+
declare const SvgIconArrowDown: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
15
15
|
//# sourceMappingURL=IconArrowDown.d.ts.map
|
|
16
16
|
|
|
17
|
-
declare const SvgIconArrowUp:
|
|
17
|
+
declare const SvgIconArrowUp: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
18
18
|
//# sourceMappingURL=IconArrowUp.d.ts.map
|
|
19
19
|
|
|
20
|
-
declare const SvgIconBank:
|
|
20
|
+
declare const SvgIconBank: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
21
21
|
//# sourceMappingURL=IconBank.d.ts.map
|
|
22
22
|
|
|
23
|
-
declare const SvgIconBarChart:
|
|
23
|
+
declare const SvgIconBarChart: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
24
24
|
//# sourceMappingURL=IconBarChart.d.ts.map
|
|
25
25
|
|
|
26
|
-
declare const SvgIconCalendar:
|
|
26
|
+
declare const SvgIconCalendar: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
27
27
|
//# sourceMappingURL=IconCalendar.d.ts.map
|
|
28
28
|
|
|
29
|
-
declare const SvgIconCaretDown:
|
|
29
|
+
declare const SvgIconCaretDown: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
30
30
|
//# sourceMappingURL=IconCaretDown.d.ts.map
|
|
31
31
|
|
|
32
|
-
declare const SvgIconCaretLeft:
|
|
32
|
+
declare const SvgIconCaretLeft: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
33
33
|
//# sourceMappingURL=IconCaretLeft.d.ts.map
|
|
34
34
|
|
|
35
|
-
declare const SvgIconCaretRight:
|
|
35
|
+
declare const SvgIconCaretRight: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
36
36
|
//# sourceMappingURL=IconCaretRight.d.ts.map
|
|
37
37
|
|
|
38
|
-
declare const SvgIconCaretUp:
|
|
38
|
+
declare const SvgIconCaretUp: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
39
39
|
//# sourceMappingURL=IconCaretUp.d.ts.map
|
|
40
40
|
|
|
41
|
-
declare const SvgIconCent:
|
|
41
|
+
declare const SvgIconCent: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
42
42
|
//# sourceMappingURL=IconCent.d.ts.map
|
|
43
43
|
|
|
44
|
-
declare const SvgIconCheck:
|
|
44
|
+
declare const SvgIconCheck: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
45
45
|
//# sourceMappingURL=IconCheck.d.ts.map
|
|
46
46
|
|
|
47
|
-
declare const SvgIconChecking:
|
|
47
|
+
declare const SvgIconChecking: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
48
48
|
//# sourceMappingURL=IconChecking.d.ts.map
|
|
49
49
|
|
|
50
|
-
declare const SvgIconCircleCheck:
|
|
50
|
+
declare const SvgIconCircleCheck: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
51
51
|
//# sourceMappingURL=IconCircleCheck.d.ts.map
|
|
52
52
|
|
|
53
|
-
declare const SvgIconClose:
|
|
53
|
+
declare const SvgIconClose: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
54
54
|
//# sourceMappingURL=IconClose.d.ts.map
|
|
55
55
|
|
|
56
|
-
declare const SvgIconConnect:
|
|
56
|
+
declare const SvgIconConnect: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
57
57
|
//# sourceMappingURL=IconConnect.d.ts.map
|
|
58
58
|
|
|
59
|
-
declare const SvgIconCopy:
|
|
59
|
+
declare const SvgIconCopy: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
60
60
|
//# sourceMappingURL=IconCopy.d.ts.map
|
|
61
61
|
|
|
62
|
-
declare const SvgIconDollar:
|
|
62
|
+
declare const SvgIconDollar: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
63
63
|
//# sourceMappingURL=IconDollar.d.ts.map
|
|
64
64
|
|
|
65
|
-
declare const SvgIconDollarBill:
|
|
65
|
+
declare const SvgIconDollarBill: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
66
66
|
//# sourceMappingURL=IconDollarBill.d.ts.map
|
|
67
67
|
|
|
68
|
-
declare const SvgIconDownload:
|
|
68
|
+
declare const SvgIconDownload: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
69
69
|
//# sourceMappingURL=IconDownload.d.ts.map
|
|
70
70
|
|
|
71
|
-
declare const SvgIconEdit:
|
|
71
|
+
declare const SvgIconEdit: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
72
72
|
//# sourceMappingURL=IconEdit.d.ts.map
|
|
73
73
|
|
|
74
|
-
declare const SvgIconEnter:
|
|
74
|
+
declare const SvgIconEnter: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
75
75
|
//# sourceMappingURL=IconEnter.d.ts.map
|
|
76
76
|
|
|
77
|
-
declare const SvgIconEnterInverted:
|
|
77
|
+
declare const SvgIconEnterInverted: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
78
78
|
//# sourceMappingURL=IconEnterInverted.d.ts.map
|
|
79
79
|
|
|
80
|
-
declare const SvgIconExchange:
|
|
80
|
+
declare const SvgIconExchange: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
81
81
|
//# sourceMappingURL=IconExchange.d.ts.map
|
|
82
82
|
|
|
83
|
-
declare const SvgIconFilter:
|
|
83
|
+
declare const SvgIconFilter: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
84
84
|
//# sourceMappingURL=IconFilter.d.ts.map
|
|
85
85
|
|
|
86
|
-
declare const SvgIconHelp:
|
|
86
|
+
declare const SvgIconHelp: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
87
87
|
//# sourceMappingURL=IconHelp.d.ts.map
|
|
88
88
|
|
|
89
|
-
declare const SvgIconHistory:
|
|
89
|
+
declare const SvgIconHistory: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
90
90
|
//# sourceMappingURL=IconHistory.d.ts.map
|
|
91
91
|
|
|
92
|
-
declare const SvgIconHome:
|
|
92
|
+
declare const SvgIconHome: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
93
93
|
//# sourceMappingURL=IconHome.d.ts.map
|
|
94
94
|
|
|
95
|
-
declare const SvgIconIndicatorDown:
|
|
95
|
+
declare const SvgIconIndicatorDown: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
96
96
|
//# sourceMappingURL=IconIndicatorDown.d.ts.map
|
|
97
97
|
|
|
98
|
-
declare const SvgIconIndicatorUp:
|
|
98
|
+
declare const SvgIconIndicatorUp: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
99
99
|
//# sourceMappingURL=IconIndicatorUp.d.ts.map
|
|
100
100
|
|
|
101
|
-
declare const SvgIconInfo:
|
|
101
|
+
declare const SvgIconInfo: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
102
102
|
//# sourceMappingURL=IconInfo.d.ts.map
|
|
103
103
|
|
|
104
|
-
declare const SvgIconLock:
|
|
104
|
+
declare const SvgIconLock: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
105
105
|
//# sourceMappingURL=IconLock.d.ts.map
|
|
106
106
|
|
|
107
|
-
declare const SvgIconMail:
|
|
107
|
+
declare const SvgIconMail: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
108
108
|
//# sourceMappingURL=IconMail.d.ts.map
|
|
109
109
|
|
|
110
|
-
declare const SvgIconMenu:
|
|
110
|
+
declare const SvgIconMenu: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
111
111
|
//# sourceMappingURL=IconMenu.d.ts.map
|
|
112
112
|
|
|
113
|
-
declare const SvgIconMore:
|
|
113
|
+
declare const SvgIconMore: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
114
114
|
//# sourceMappingURL=IconMore.d.ts.map
|
|
115
115
|
|
|
116
|
-
declare const SvgIconNotification:
|
|
116
|
+
declare const SvgIconNotification: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
117
117
|
//# sourceMappingURL=IconNotification.d.ts.map
|
|
118
118
|
|
|
119
|
-
declare const SvgIconOverview:
|
|
119
|
+
declare const SvgIconOverview: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
120
120
|
//# sourceMappingURL=IconOverview.d.ts.map
|
|
121
121
|
|
|
122
|
-
declare const SvgIconPercent:
|
|
122
|
+
declare const SvgIconPercent: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
123
123
|
//# sourceMappingURL=IconPercent.d.ts.map
|
|
124
124
|
|
|
125
|
-
declare const SvgIconPieChart:
|
|
125
|
+
declare const SvgIconPieChart: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
126
126
|
//# sourceMappingURL=IconPieChart.d.ts.map
|
|
127
127
|
|
|
128
|
-
declare const SvgIconPlus:
|
|
128
|
+
declare const SvgIconPlus: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
129
129
|
//# sourceMappingURL=IconPlus.d.ts.map
|
|
130
130
|
|
|
131
|
-
declare const SvgIconReports:
|
|
131
|
+
declare const SvgIconReports: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
132
132
|
//# sourceMappingURL=IconReports.d.ts.map
|
|
133
133
|
|
|
134
|
-
declare const SvgIconReservesSuccess:
|
|
134
|
+
declare const SvgIconReservesSuccess: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
135
135
|
//# sourceMappingURL=IconReservesSuccess.d.ts.map
|
|
136
136
|
|
|
137
|
-
declare const SvgIconReservesWarning:
|
|
137
|
+
declare const SvgIconReservesWarning: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
138
138
|
//# sourceMappingURL=IconReservesWarning.d.ts.map
|
|
139
139
|
|
|
140
|
-
declare const SvgIconSearch:
|
|
140
|
+
declare const SvgIconSearch: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
141
141
|
//# sourceMappingURL=IconSearch.d.ts.map
|
|
142
142
|
|
|
143
|
-
declare const SvgIconSettings:
|
|
143
|
+
declare const SvgIconSettings: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
144
144
|
//# sourceMappingURL=IconSettings.d.ts.map
|
|
145
145
|
|
|
146
|
-
declare const SvgIconSettlement:
|
|
146
|
+
declare const SvgIconSettlement: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
147
147
|
//# sourceMappingURL=IconSettlement.d.ts.map
|
|
148
148
|
|
|
149
|
-
declare const SvgIconSignIn:
|
|
149
|
+
declare const SvgIconSignIn: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
150
150
|
//# sourceMappingURL=IconSignIn.d.ts.map
|
|
151
151
|
|
|
152
|
-
declare const SvgIconSignOut:
|
|
152
|
+
declare const SvgIconSignOut: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
153
153
|
//# sourceMappingURL=IconSignOut.d.ts.map
|
|
154
154
|
|
|
155
|
-
declare const SvgIconSort:
|
|
155
|
+
declare const SvgIconSort: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
156
156
|
//# sourceMappingURL=IconSort.d.ts.map
|
|
157
157
|
|
|
158
|
-
declare const SvgIconSpinner:
|
|
158
|
+
declare const SvgIconSpinner: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
159
159
|
//# sourceMappingURL=IconSpinner.d.ts.map
|
|
160
160
|
|
|
161
|
-
declare const SvgIconSupport:
|
|
161
|
+
declare const SvgIconSupport: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
162
162
|
//# sourceMappingURL=IconSupport.d.ts.map
|
|
163
163
|
|
|
164
|
-
declare const SvgIconTrash:
|
|
164
|
+
declare const SvgIconTrash: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
165
165
|
//# sourceMappingURL=IconTrash.d.ts.map
|
|
166
166
|
|
|
167
|
-
declare const SvgIconUpload:
|
|
167
|
+
declare const SvgIconUpload: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
168
168
|
//# sourceMappingURL=IconUpload.d.ts.map
|
|
169
169
|
|
|
170
|
-
declare const SvgIconUser:
|
|
170
|
+
declare const SvgIconUser: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
171
171
|
//# sourceMappingURL=IconUser.d.ts.map
|
|
172
172
|
|
|
173
|
-
declare const SvgIconRefresh:
|
|
173
|
+
declare const SvgIconRefresh: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
174
174
|
//# sourceMappingURL=IconRefresh.d.ts.map
|
|
175
175
|
|
|
176
|
-
declare const SvgIconAvax:
|
|
176
|
+
declare const SvgIconAvax: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
177
177
|
//# sourceMappingURL=IconAvax.d.ts.map
|
|
178
178
|
|
|
179
|
-
declare const SvgIconBch:
|
|
179
|
+
declare const SvgIconBch: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
180
180
|
//# sourceMappingURL=IconBch.d.ts.map
|
|
181
181
|
|
|
182
|
-
declare const SvgIconBtc:
|
|
182
|
+
declare const SvgIconBtc: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
183
183
|
//# sourceMappingURL=IconBtc.d.ts.map
|
|
184
184
|
|
|
185
|
-
declare const SvgIconEth:
|
|
185
|
+
declare const SvgIconEth: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
186
186
|
//# sourceMappingURL=IconEth.d.ts.map
|
|
187
187
|
|
|
188
|
-
declare const SvgIconLink:
|
|
188
|
+
declare const SvgIconLink: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
189
189
|
//# sourceMappingURL=IconLink.d.ts.map
|
|
190
190
|
|
|
191
|
-
declare const SvgIconLtc:
|
|
191
|
+
declare const SvgIconLtc: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
192
192
|
//# sourceMappingURL=IconLtc.d.ts.map
|
|
193
193
|
|
|
194
|
-
declare const SvgIconXlm:
|
|
194
|
+
declare const SvgIconXlm: _chakra_ui_react.ChakraComponent<(props: IconProps & SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element, {}>;
|
|
195
195
|
//# sourceMappingURL=IconXlm.d.ts.map
|
|
196
196
|
|
|
197
197
|
/**
|
|
@@ -338,15 +338,16 @@ interface CarouselProps extends FlexProps {
|
|
|
338
338
|
}
|
|
339
339
|
declare const CfCarousel: (props: CarouselProps) => false | react_jsx_runtime.JSX.Element;
|
|
340
340
|
|
|
341
|
-
interface CfCheckboxProps extends CheckboxProps {
|
|
341
|
+
interface CfCheckboxProps<T extends FieldValues> extends CheckboxProps {
|
|
342
342
|
errorMessage?: string;
|
|
343
343
|
helperText?: string;
|
|
344
|
-
label?: string;
|
|
344
|
+
label?: string | React.ReactNode;
|
|
345
345
|
labelPosition?: 'left' | 'right';
|
|
346
346
|
spaceBetween?: boolean;
|
|
347
347
|
name: string;
|
|
348
|
+
register?: UseFormRegister<T>;
|
|
348
349
|
}
|
|
349
|
-
declare const CfCheckbox: (props: CfCheckboxProps) => react_jsx_runtime.JSX.Element;
|
|
350
|
+
declare const CfCheckbox: <T extends FieldValues>(props: CfCheckboxProps<T>) => react_jsx_runtime.JSX.Element;
|
|
350
351
|
|
|
351
352
|
interface Props$3 extends FlexProps {
|
|
352
353
|
onSubmit?: (event: React.FormEvent) => void;
|