@opexa/portal-components 0.0.675 → 0.0.677
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/client/hooks/useAiOGCashDepositMutation.d.ts +4 -0
- package/dist/client/hooks/useAiOGCashDepositMutation.js +73 -0
- package/dist/client/hooks/useAiOGrabPayDepositMutation.d.ts +4 -0
- package/dist/client/hooks/useAiOGrabPayDepositMutation.js +73 -0
- package/dist/client/hooks/useAiOPalawanPayDepositMutation.d.ts +4 -0
- package/dist/client/hooks/useAiOPalawanPayDepositMutation.js +73 -0
- package/dist/client/hooks/useAiOPayMayaDepositMutation.d.ts +4 -0
- package/dist/client/hooks/useAiOPayMayaDepositMutation.js +73 -0
- package/dist/components/DepositWithdrawal/AiOPaymentMethods.d.ts +11 -0
- package/dist/components/DepositWithdrawal/AiOPaymentMethods.js +55 -0
- package/dist/components/DepositWithdrawal/Deposit/AiOGCashDeposit/AiOGCashDeposit.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/AiOGCashDeposit/AiOGCashDeposit.js +190 -0
- package/dist/components/DepositWithdrawal/Deposit/AiOGrabPayDeposit/AiOGrabPayDeposit.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/AiOGrabPayDeposit/AiOGrabPayDeposit.js +190 -0
- package/dist/components/DepositWithdrawal/Deposit/AiOPalawanPayDeposit/AiOPalawanPayDeposit.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/AiOPalawanPayDeposit/AiOPalawanPayDeposit.js +190 -0
- package/dist/components/DepositWithdrawal/Deposit/AiOPayMayaDeposit/AiOPayMayaDeposit.d.ts +1 -0
- package/dist/components/DepositWithdrawal/Deposit/AiOPayMayaDeposit/AiOPayMayaDeposit.js +190 -0
- package/dist/components/DepositWithdrawal/Deposit/Deposit.js +55 -2
- package/dist/components/DepositWithdrawal/DepositWithdrawal.lazy.d.ts +1 -0
- package/dist/components/DepositWithdrawal/PaymentMethods.js +10 -4
- package/dist/components/DepositWithdrawal/utils.d.ts +3 -1
- package/dist/components/DepositWithdrawal/utils.js +7 -0
- package/dist/handlers/index.d.ts +2 -2
- package/dist/images/grabpay.png +0 -0
- package/dist/images/palawanpay.png +0 -0
- package/dist/images/wallet.png +0 -0
- package/dist/services/queries.d.ts +6 -2
- package/dist/services/queries.js +176 -0
- package/dist/services/wallet.d.ts +52 -0
- package/dist/services/wallet.js +41 -1
- package/dist/types/index.d.ts +4 -0
- package/dist/ui/AlertDialog/AlertDialog.d.ts +154 -154
- package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +14 -14
- package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
- package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
- package/dist/ui/Collapsible/Collapsible.d.ts +20 -20
- package/dist/ui/Collapsible/collapsible.recipe.d.ts +5 -5
- package/dist/ui/Combobox/Combobox.d.ts +42 -42
- package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
- package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
- package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
- package/dist/ui/Dialog/Dialog.d.ts +33 -33
- package/dist/ui/Dialog/dialog.recipe.d.ts +3 -3
- package/dist/ui/Drawer/Drawer.d.ts +33 -33
- package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
- package/dist/ui/Menu/Menu.d.ts +90 -90
- package/dist/ui/Menu/menu.recipe.d.ts +5 -5
- package/dist/ui/Popover/Popover.d.ts +88 -88
- package/dist/ui/Popover/popover.recipe.d.ts +8 -8
- package/dist/ui/Progress/Progress.d.ts +27 -27
- package/dist/ui/Progress/progress.recipe.d.ts +3 -3
- package/dist/ui/Select/Select.d.ts +45 -45
- package/dist/ui/Select/select.recipe.d.ts +3 -3
- package/dist/ui/Table/Table.d.ts +21 -21
- package/dist/ui/Table/table.anatomy.d.ts +1 -1
- package/dist/ui/Table/table.recipe.d.ts +3 -3
- package/dist/ui/Tabs/Tabs.d.ts +15 -15
- package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
- package/dist/ui/Tooltip/Tooltip.d.ts +30 -30
- package/dist/ui/Tooltip/tooltip.recipe.d.ts +5 -5
- package/dist/utils/mutationKeys.d.ts +4 -0
- package/dist/utils/mutationKeys.js +16 -0
- package/package.json +1 -1
- package/dist/components/AccountInfo/GoogleDisconnect.d.ts +0 -7
- package/dist/components/AccountInfo/GoogleDisconnect.js +0 -11
- package/dist/components/DigitainLauncher/Loading.d.ts +0 -1
- package/dist/components/DigitainLauncher/Loading.js +0 -5
- package/dist/components/KYC/BasicInformation.d.ts +0 -1
- package/dist/components/KYC/BasicInformation.js +0 -101
- package/dist/components/KYC/IdentityVerification.d.ts +0 -1
- package/dist/components/KYC/IdentityVerification.js +0 -120
- package/dist/components/KYC/Indicator.d.ts +0 -1
- package/dist/components/KYC/Indicator.js +0 -8
- package/dist/components/KYC/KYC.lazy.d.ts +0 -6
- package/dist/components/KYC/KYC.lazy.js +0 -45
- package/dist/components/KYC/KYCContext.d.ts +0 -6
- package/dist/components/KYC/KYCContext.js +0 -2
- package/dist/components/KYC/PersonalInformation.d.ts +0 -1
- package/dist/components/KYC/PersonalInformation.js +0 -122
- package/dist/components/KYC/useKYC.d.ts +0 -25
- package/dist/components/KYC/useKYC.js +0 -38
- package/dist/components/PortalProvider/CXDTokenObserver.d.ts +0 -1
- package/dist/components/PortalProvider/CXDTokenObserver.js +0 -30
- package/dist/icons/LinkBrokenIcon.d.ts +0 -2
- package/dist/icons/LinkBrokenIcon.js +0 -4
- package/dist/images/responsible-gaming-yellow.png +0 -0
package/dist/ui/Menu/Menu.d.ts
CHANGED
|
@@ -3,8 +3,8 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
3
3
|
[key: string]: {
|
|
4
4
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
5
5
|
content?: import("tailwind-variants").ClassValue;
|
|
6
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
7
6
|
positioner?: import("tailwind-variants").ClassValue;
|
|
7
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
8
8
|
arrow?: import("tailwind-variants").ClassValue;
|
|
9
9
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
10
10
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -22,8 +22,8 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
22
22
|
[x: string]: {
|
|
23
23
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
24
24
|
content?: import("tailwind-variants").ClassValue;
|
|
25
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
26
25
|
positioner?: import("tailwind-variants").ClassValue;
|
|
26
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
27
27
|
arrow?: import("tailwind-variants").ClassValue;
|
|
28
28
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
29
29
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -37,12 +37,12 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
37
37
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
38
38
|
};
|
|
39
39
|
};
|
|
40
|
-
} | {}, Record<"content" | "
|
|
40
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, {
|
|
41
41
|
[key: string]: {
|
|
42
42
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
43
43
|
content?: import("tailwind-variants").ClassValue;
|
|
44
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
45
44
|
positioner?: import("tailwind-variants").ClassValue;
|
|
45
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
46
46
|
arrow?: import("tailwind-variants").ClassValue;
|
|
47
47
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
48
48
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -56,13 +56,13 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
|
|
|
56
56
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
57
57
|
};
|
|
58
58
|
};
|
|
59
|
-
} | {}, Record<"content" | "
|
|
59
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
60
60
|
export declare const Arrow: import("react").ComponentType<import("@ark-ui/react").Assign<Menu.ArrowProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
61
61
|
[key: string]: {
|
|
62
62
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
63
63
|
content?: import("tailwind-variants").ClassValue;
|
|
64
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
65
64
|
positioner?: import("tailwind-variants").ClassValue;
|
|
65
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
66
66
|
arrow?: import("tailwind-variants").ClassValue;
|
|
67
67
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
68
68
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -80,8 +80,8 @@ export declare const Arrow: import("react").ComponentType<import("@ark-ui/react"
|
|
|
80
80
|
[x: string]: {
|
|
81
81
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
82
82
|
content?: import("tailwind-variants").ClassValue;
|
|
83
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
84
83
|
positioner?: import("tailwind-variants").ClassValue;
|
|
84
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
85
85
|
arrow?: import("tailwind-variants").ClassValue;
|
|
86
86
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
87
87
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -95,12 +95,12 @@ export declare const Arrow: import("react").ComponentType<import("@ark-ui/react"
|
|
|
95
95
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
96
96
|
};
|
|
97
97
|
};
|
|
98
|
-
} | {}, Record<"content" | "
|
|
98
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, {
|
|
99
99
|
[key: string]: {
|
|
100
100
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
101
101
|
content?: import("tailwind-variants").ClassValue;
|
|
102
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
103
102
|
positioner?: import("tailwind-variants").ClassValue;
|
|
103
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
104
104
|
arrow?: import("tailwind-variants").ClassValue;
|
|
105
105
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
106
106
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -114,13 +114,13 @@ export declare const Arrow: import("react").ComponentType<import("@ark-ui/react"
|
|
|
114
114
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
115
115
|
};
|
|
116
116
|
};
|
|
117
|
-
} | {}, Record<"content" | "
|
|
117
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
118
118
|
export declare const ArrowTip: import("react").ComponentType<import("@ark-ui/react").Assign<Menu.ArrowTipProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
119
119
|
[key: string]: {
|
|
120
120
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
121
121
|
content?: import("tailwind-variants").ClassValue;
|
|
122
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
123
122
|
positioner?: import("tailwind-variants").ClassValue;
|
|
123
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
124
124
|
arrow?: import("tailwind-variants").ClassValue;
|
|
125
125
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
126
126
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -138,8 +138,8 @@ export declare const ArrowTip: import("react").ComponentType<import("@ark-ui/rea
|
|
|
138
138
|
[x: string]: {
|
|
139
139
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
140
140
|
content?: import("tailwind-variants").ClassValue;
|
|
141
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
142
141
|
positioner?: import("tailwind-variants").ClassValue;
|
|
142
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
143
143
|
arrow?: import("tailwind-variants").ClassValue;
|
|
144
144
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
145
145
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -153,12 +153,12 @@ export declare const ArrowTip: import("react").ComponentType<import("@ark-ui/rea
|
|
|
153
153
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
154
154
|
};
|
|
155
155
|
};
|
|
156
|
-
} | {}, Record<"content" | "
|
|
156
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, {
|
|
157
157
|
[key: string]: {
|
|
158
158
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
159
159
|
content?: import("tailwind-variants").ClassValue;
|
|
160
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
161
160
|
positioner?: import("tailwind-variants").ClassValue;
|
|
161
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
162
162
|
arrow?: import("tailwind-variants").ClassValue;
|
|
163
163
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
164
164
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -172,13 +172,13 @@ export declare const ArrowTip: import("react").ComponentType<import("@ark-ui/rea
|
|
|
172
172
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
173
173
|
};
|
|
174
174
|
};
|
|
175
|
-
} | {}, Record<"content" | "
|
|
175
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
176
176
|
export declare const CheckboxItem: import("react").ComponentType<import("@ark-ui/react").Assign<Menu.CheckboxItemProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
177
177
|
[key: string]: {
|
|
178
178
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
179
179
|
content?: import("tailwind-variants").ClassValue;
|
|
180
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
181
180
|
positioner?: import("tailwind-variants").ClassValue;
|
|
181
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
182
182
|
arrow?: import("tailwind-variants").ClassValue;
|
|
183
183
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
184
184
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -196,8 +196,8 @@ export declare const CheckboxItem: import("react").ComponentType<import("@ark-ui
|
|
|
196
196
|
[x: string]: {
|
|
197
197
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
198
198
|
content?: import("tailwind-variants").ClassValue;
|
|
199
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
200
199
|
positioner?: import("tailwind-variants").ClassValue;
|
|
200
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
201
201
|
arrow?: import("tailwind-variants").ClassValue;
|
|
202
202
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
203
203
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -211,12 +211,12 @@ export declare const CheckboxItem: import("react").ComponentType<import("@ark-ui
|
|
|
211
211
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
212
212
|
};
|
|
213
213
|
};
|
|
214
|
-
} | {}, Record<"content" | "
|
|
214
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, {
|
|
215
215
|
[key: string]: {
|
|
216
216
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
217
217
|
content?: import("tailwind-variants").ClassValue;
|
|
218
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
219
218
|
positioner?: import("tailwind-variants").ClassValue;
|
|
219
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
220
220
|
arrow?: import("tailwind-variants").ClassValue;
|
|
221
221
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
222
222
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -230,13 +230,13 @@ export declare const CheckboxItem: import("react").ComponentType<import("@ark-ui
|
|
|
230
230
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
231
231
|
};
|
|
232
232
|
};
|
|
233
|
-
} | {}, Record<"content" | "
|
|
233
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
234
234
|
export declare const Content: import("react").ComponentType<import("@ark-ui/react").Assign<Menu.ContentProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
235
235
|
[key: string]: {
|
|
236
236
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
237
237
|
content?: import("tailwind-variants").ClassValue;
|
|
238
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
239
238
|
positioner?: import("tailwind-variants").ClassValue;
|
|
239
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
240
240
|
arrow?: import("tailwind-variants").ClassValue;
|
|
241
241
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
242
242
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -254,8 +254,8 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
|
|
|
254
254
|
[x: string]: {
|
|
255
255
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
256
256
|
content?: import("tailwind-variants").ClassValue;
|
|
257
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
258
257
|
positioner?: import("tailwind-variants").ClassValue;
|
|
258
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
259
259
|
arrow?: import("tailwind-variants").ClassValue;
|
|
260
260
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
261
261
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -269,12 +269,12 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
|
|
|
269
269
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
270
270
|
};
|
|
271
271
|
};
|
|
272
|
-
} | {}, Record<"content" | "
|
|
272
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, {
|
|
273
273
|
[key: string]: {
|
|
274
274
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
275
275
|
content?: import("tailwind-variants").ClassValue;
|
|
276
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
277
276
|
positioner?: import("tailwind-variants").ClassValue;
|
|
277
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
278
278
|
arrow?: import("tailwind-variants").ClassValue;
|
|
279
279
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
280
280
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -288,13 +288,13 @@ export declare const Content: import("react").ComponentType<import("@ark-ui/reac
|
|
|
288
288
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
289
289
|
};
|
|
290
290
|
};
|
|
291
|
-
} | {}, Record<"content" | "
|
|
291
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
292
292
|
export declare const ContextTrigger: import("react").ComponentType<import("@ark-ui/react").Assign<Menu.ContextTriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
293
293
|
[key: string]: {
|
|
294
294
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
295
295
|
content?: import("tailwind-variants").ClassValue;
|
|
296
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
297
296
|
positioner?: import("tailwind-variants").ClassValue;
|
|
297
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
298
298
|
arrow?: import("tailwind-variants").ClassValue;
|
|
299
299
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
300
300
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -312,8 +312,8 @@ export declare const ContextTrigger: import("react").ComponentType<import("@ark-
|
|
|
312
312
|
[x: string]: {
|
|
313
313
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
314
314
|
content?: import("tailwind-variants").ClassValue;
|
|
315
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
316
315
|
positioner?: import("tailwind-variants").ClassValue;
|
|
316
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
317
317
|
arrow?: import("tailwind-variants").ClassValue;
|
|
318
318
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
319
319
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -327,12 +327,12 @@ export declare const ContextTrigger: import("react").ComponentType<import("@ark-
|
|
|
327
327
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
328
328
|
};
|
|
329
329
|
};
|
|
330
|
-
} | {}, Record<"content" | "
|
|
330
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, {
|
|
331
331
|
[key: string]: {
|
|
332
332
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
333
333
|
content?: import("tailwind-variants").ClassValue;
|
|
334
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
335
334
|
positioner?: import("tailwind-variants").ClassValue;
|
|
335
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
336
336
|
arrow?: import("tailwind-variants").ClassValue;
|
|
337
337
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
338
338
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -346,13 +346,13 @@ export declare const ContextTrigger: import("react").ComponentType<import("@ark-
|
|
|
346
346
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
347
347
|
};
|
|
348
348
|
};
|
|
349
|
-
} | {}, Record<"content" | "
|
|
349
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
350
350
|
export declare const Indicator: import("react").ComponentType<import("@ark-ui/react").Assign<Menu.IndicatorProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
351
351
|
[key: string]: {
|
|
352
352
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
353
353
|
content?: import("tailwind-variants").ClassValue;
|
|
354
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
355
354
|
positioner?: import("tailwind-variants").ClassValue;
|
|
355
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
356
356
|
arrow?: import("tailwind-variants").ClassValue;
|
|
357
357
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
358
358
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -370,8 +370,8 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
|
|
|
370
370
|
[x: string]: {
|
|
371
371
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
372
372
|
content?: import("tailwind-variants").ClassValue;
|
|
373
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
374
373
|
positioner?: import("tailwind-variants").ClassValue;
|
|
374
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
375
375
|
arrow?: import("tailwind-variants").ClassValue;
|
|
376
376
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
377
377
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -385,12 +385,12 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
|
|
|
385
385
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
386
386
|
};
|
|
387
387
|
};
|
|
388
|
-
} | {}, Record<"content" | "
|
|
388
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, {
|
|
389
389
|
[key: string]: {
|
|
390
390
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
391
391
|
content?: import("tailwind-variants").ClassValue;
|
|
392
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
393
392
|
positioner?: import("tailwind-variants").ClassValue;
|
|
393
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
394
394
|
arrow?: import("tailwind-variants").ClassValue;
|
|
395
395
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
396
396
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -404,13 +404,13 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
|
|
|
404
404
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
405
405
|
};
|
|
406
406
|
};
|
|
407
|
-
} | {}, Record<"content" | "
|
|
407
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
408
408
|
export declare const Item: import("react").ComponentType<import("@ark-ui/react").Assign<Menu.ItemProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
409
409
|
[key: string]: {
|
|
410
410
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
411
411
|
content?: import("tailwind-variants").ClassValue;
|
|
412
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
413
412
|
positioner?: import("tailwind-variants").ClassValue;
|
|
413
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
414
414
|
arrow?: import("tailwind-variants").ClassValue;
|
|
415
415
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
416
416
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -428,8 +428,8 @@ export declare const Item: import("react").ComponentType<import("@ark-ui/react")
|
|
|
428
428
|
[x: string]: {
|
|
429
429
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
430
430
|
content?: import("tailwind-variants").ClassValue;
|
|
431
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
432
431
|
positioner?: import("tailwind-variants").ClassValue;
|
|
432
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
433
433
|
arrow?: import("tailwind-variants").ClassValue;
|
|
434
434
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
435
435
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -443,12 +443,12 @@ export declare const Item: import("react").ComponentType<import("@ark-ui/react")
|
|
|
443
443
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
444
444
|
};
|
|
445
445
|
};
|
|
446
|
-
} | {}, Record<"content" | "
|
|
446
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, {
|
|
447
447
|
[key: string]: {
|
|
448
448
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
449
449
|
content?: import("tailwind-variants").ClassValue;
|
|
450
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
451
450
|
positioner?: import("tailwind-variants").ClassValue;
|
|
451
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
452
452
|
arrow?: import("tailwind-variants").ClassValue;
|
|
453
453
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
454
454
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -462,13 +462,13 @@ export declare const Item: import("react").ComponentType<import("@ark-ui/react")
|
|
|
462
462
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
463
463
|
};
|
|
464
464
|
};
|
|
465
|
-
} | {}, Record<"content" | "
|
|
465
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
466
466
|
export declare const ItemGroup: import("react").ComponentType<import("@ark-ui/react").Assign<Menu.ItemGroupProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
467
467
|
[key: string]: {
|
|
468
468
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
469
469
|
content?: import("tailwind-variants").ClassValue;
|
|
470
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
471
470
|
positioner?: import("tailwind-variants").ClassValue;
|
|
471
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
472
472
|
arrow?: import("tailwind-variants").ClassValue;
|
|
473
473
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
474
474
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -486,8 +486,8 @@ export declare const ItemGroup: import("react").ComponentType<import("@ark-ui/re
|
|
|
486
486
|
[x: string]: {
|
|
487
487
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
488
488
|
content?: import("tailwind-variants").ClassValue;
|
|
489
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
490
489
|
positioner?: import("tailwind-variants").ClassValue;
|
|
490
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
491
491
|
arrow?: import("tailwind-variants").ClassValue;
|
|
492
492
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
493
493
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -501,12 +501,12 @@ export declare const ItemGroup: import("react").ComponentType<import("@ark-ui/re
|
|
|
501
501
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
502
502
|
};
|
|
503
503
|
};
|
|
504
|
-
} | {}, Record<"content" | "
|
|
504
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, {
|
|
505
505
|
[key: string]: {
|
|
506
506
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
507
507
|
content?: import("tailwind-variants").ClassValue;
|
|
508
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
509
508
|
positioner?: import("tailwind-variants").ClassValue;
|
|
509
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
510
510
|
arrow?: import("tailwind-variants").ClassValue;
|
|
511
511
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
512
512
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -520,13 +520,13 @@ export declare const ItemGroup: import("react").ComponentType<import("@ark-ui/re
|
|
|
520
520
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
521
521
|
};
|
|
522
522
|
};
|
|
523
|
-
} | {}, Record<"content" | "
|
|
523
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
524
524
|
export declare const ItemGroupLabel: import("react").ComponentType<import("@ark-ui/react").Assign<Menu.ItemGroupLabelProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
525
525
|
[key: string]: {
|
|
526
526
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
527
527
|
content?: import("tailwind-variants").ClassValue;
|
|
528
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
529
528
|
positioner?: import("tailwind-variants").ClassValue;
|
|
529
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
530
530
|
arrow?: import("tailwind-variants").ClassValue;
|
|
531
531
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
532
532
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -544,8 +544,8 @@ export declare const ItemGroupLabel: import("react").ComponentType<import("@ark-
|
|
|
544
544
|
[x: string]: {
|
|
545
545
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
546
546
|
content?: import("tailwind-variants").ClassValue;
|
|
547
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
548
547
|
positioner?: import("tailwind-variants").ClassValue;
|
|
548
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
549
549
|
arrow?: import("tailwind-variants").ClassValue;
|
|
550
550
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
551
551
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -559,12 +559,12 @@ export declare const ItemGroupLabel: import("react").ComponentType<import("@ark-
|
|
|
559
559
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
560
560
|
};
|
|
561
561
|
};
|
|
562
|
-
} | {}, Record<"content" | "
|
|
562
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, {
|
|
563
563
|
[key: string]: {
|
|
564
564
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
565
565
|
content?: import("tailwind-variants").ClassValue;
|
|
566
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
567
566
|
positioner?: import("tailwind-variants").ClassValue;
|
|
567
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
568
568
|
arrow?: import("tailwind-variants").ClassValue;
|
|
569
569
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
570
570
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -578,13 +578,13 @@ export declare const ItemGroupLabel: import("react").ComponentType<import("@ark-
|
|
|
578
578
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
579
579
|
};
|
|
580
580
|
};
|
|
581
|
-
} | {}, Record<"content" | "
|
|
581
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
582
582
|
export declare const ItemIndicator: import("react").ComponentType<import("@ark-ui/react").Assign<Menu.ItemIndicatorProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
583
583
|
[key: string]: {
|
|
584
584
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
585
585
|
content?: import("tailwind-variants").ClassValue;
|
|
586
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
587
586
|
positioner?: import("tailwind-variants").ClassValue;
|
|
587
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
588
588
|
arrow?: import("tailwind-variants").ClassValue;
|
|
589
589
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
590
590
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -602,8 +602,8 @@ export declare const ItemIndicator: import("react").ComponentType<import("@ark-u
|
|
|
602
602
|
[x: string]: {
|
|
603
603
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
604
604
|
content?: import("tailwind-variants").ClassValue;
|
|
605
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
606
605
|
positioner?: import("tailwind-variants").ClassValue;
|
|
606
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
607
607
|
arrow?: import("tailwind-variants").ClassValue;
|
|
608
608
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
609
609
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -617,12 +617,12 @@ export declare const ItemIndicator: import("react").ComponentType<import("@ark-u
|
|
|
617
617
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
618
618
|
};
|
|
619
619
|
};
|
|
620
|
-
} | {}, Record<"content" | "
|
|
620
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, {
|
|
621
621
|
[key: string]: {
|
|
622
622
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
623
623
|
content?: import("tailwind-variants").ClassValue;
|
|
624
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
625
624
|
positioner?: import("tailwind-variants").ClassValue;
|
|
625
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
626
626
|
arrow?: import("tailwind-variants").ClassValue;
|
|
627
627
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
628
628
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -636,13 +636,13 @@ export declare const ItemIndicator: import("react").ComponentType<import("@ark-u
|
|
|
636
636
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
637
637
|
};
|
|
638
638
|
};
|
|
639
|
-
} | {}, Record<"content" | "
|
|
639
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
640
640
|
export declare const ItemText: import("react").ComponentType<import("@ark-ui/react").Assign<Menu.ItemTextProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
641
641
|
[key: string]: {
|
|
642
642
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
643
643
|
content?: import("tailwind-variants").ClassValue;
|
|
644
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
645
644
|
positioner?: import("tailwind-variants").ClassValue;
|
|
645
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
646
646
|
arrow?: import("tailwind-variants").ClassValue;
|
|
647
647
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
648
648
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -660,8 +660,8 @@ export declare const ItemText: import("react").ComponentType<import("@ark-ui/rea
|
|
|
660
660
|
[x: string]: {
|
|
661
661
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
662
662
|
content?: import("tailwind-variants").ClassValue;
|
|
663
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
664
663
|
positioner?: import("tailwind-variants").ClassValue;
|
|
664
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
665
665
|
arrow?: import("tailwind-variants").ClassValue;
|
|
666
666
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
667
667
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -675,12 +675,12 @@ export declare const ItemText: import("react").ComponentType<import("@ark-ui/rea
|
|
|
675
675
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
676
676
|
};
|
|
677
677
|
};
|
|
678
|
-
} | {}, Record<"content" | "
|
|
678
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, {
|
|
679
679
|
[key: string]: {
|
|
680
680
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
681
681
|
content?: import("tailwind-variants").ClassValue;
|
|
682
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
683
682
|
positioner?: import("tailwind-variants").ClassValue;
|
|
683
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
684
684
|
arrow?: import("tailwind-variants").ClassValue;
|
|
685
685
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
686
686
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -694,13 +694,13 @@ export declare const ItemText: import("react").ComponentType<import("@ark-ui/rea
|
|
|
694
694
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
695
695
|
};
|
|
696
696
|
};
|
|
697
|
-
} | {}, Record<"content" | "
|
|
697
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
698
698
|
export declare const Positioner: import("react").ComponentType<import("@ark-ui/react").Assign<Menu.PositionerProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
699
699
|
[key: string]: {
|
|
700
700
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
701
701
|
content?: import("tailwind-variants").ClassValue;
|
|
702
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
703
702
|
positioner?: import("tailwind-variants").ClassValue;
|
|
703
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
704
704
|
arrow?: import("tailwind-variants").ClassValue;
|
|
705
705
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
706
706
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -718,8 +718,8 @@ export declare const Positioner: import("react").ComponentType<import("@ark-ui/r
|
|
|
718
718
|
[x: string]: {
|
|
719
719
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
720
720
|
content?: import("tailwind-variants").ClassValue;
|
|
721
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
722
721
|
positioner?: import("tailwind-variants").ClassValue;
|
|
722
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
723
723
|
arrow?: import("tailwind-variants").ClassValue;
|
|
724
724
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
725
725
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -733,12 +733,12 @@ export declare const Positioner: import("react").ComponentType<import("@ark-ui/r
|
|
|
733
733
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
734
734
|
};
|
|
735
735
|
};
|
|
736
|
-
} | {}, Record<"content" | "
|
|
736
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, {
|
|
737
737
|
[key: string]: {
|
|
738
738
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
739
739
|
content?: import("tailwind-variants").ClassValue;
|
|
740
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
741
740
|
positioner?: import("tailwind-variants").ClassValue;
|
|
741
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
742
742
|
arrow?: import("tailwind-variants").ClassValue;
|
|
743
743
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
744
744
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -752,13 +752,13 @@ export declare const Positioner: import("react").ComponentType<import("@ark-ui/r
|
|
|
752
752
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
753
753
|
};
|
|
754
754
|
};
|
|
755
|
-
} | {}, Record<"content" | "
|
|
755
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
756
756
|
export declare const RadioItem: import("react").ComponentType<import("@ark-ui/react").Assign<Menu.RadioItemProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
757
757
|
[key: string]: {
|
|
758
758
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
759
759
|
content?: import("tailwind-variants").ClassValue;
|
|
760
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
761
760
|
positioner?: import("tailwind-variants").ClassValue;
|
|
761
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
762
762
|
arrow?: import("tailwind-variants").ClassValue;
|
|
763
763
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
764
764
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -776,8 +776,8 @@ export declare const RadioItem: import("react").ComponentType<import("@ark-ui/re
|
|
|
776
776
|
[x: string]: {
|
|
777
777
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
778
778
|
content?: import("tailwind-variants").ClassValue;
|
|
779
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
780
779
|
positioner?: import("tailwind-variants").ClassValue;
|
|
780
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
781
781
|
arrow?: import("tailwind-variants").ClassValue;
|
|
782
782
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
783
783
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -791,12 +791,12 @@ export declare const RadioItem: import("react").ComponentType<import("@ark-ui/re
|
|
|
791
791
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
792
792
|
};
|
|
793
793
|
};
|
|
794
|
-
} | {}, Record<"content" | "
|
|
794
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, {
|
|
795
795
|
[key: string]: {
|
|
796
796
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
797
797
|
content?: import("tailwind-variants").ClassValue;
|
|
798
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
799
798
|
positioner?: import("tailwind-variants").ClassValue;
|
|
799
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
800
800
|
arrow?: import("tailwind-variants").ClassValue;
|
|
801
801
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
802
802
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -810,13 +810,13 @@ export declare const RadioItem: import("react").ComponentType<import("@ark-ui/re
|
|
|
810
810
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
811
811
|
};
|
|
812
812
|
};
|
|
813
|
-
} | {}, Record<"content" | "
|
|
813
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
814
814
|
export declare const RadioItemGroup: import("react").ComponentType<import("@ark-ui/react").Assign<Menu.RadioItemGroupProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
815
815
|
[key: string]: {
|
|
816
816
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
817
817
|
content?: import("tailwind-variants").ClassValue;
|
|
818
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
819
818
|
positioner?: import("tailwind-variants").ClassValue;
|
|
819
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
820
820
|
arrow?: import("tailwind-variants").ClassValue;
|
|
821
821
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
822
822
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -834,8 +834,8 @@ export declare const RadioItemGroup: import("react").ComponentType<import("@ark-
|
|
|
834
834
|
[x: string]: {
|
|
835
835
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
836
836
|
content?: import("tailwind-variants").ClassValue;
|
|
837
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
838
837
|
positioner?: import("tailwind-variants").ClassValue;
|
|
838
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
839
839
|
arrow?: import("tailwind-variants").ClassValue;
|
|
840
840
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
841
841
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -849,12 +849,12 @@ export declare const RadioItemGroup: import("react").ComponentType<import("@ark-
|
|
|
849
849
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
850
850
|
};
|
|
851
851
|
};
|
|
852
|
-
} | {}, Record<"content" | "
|
|
852
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, {
|
|
853
853
|
[key: string]: {
|
|
854
854
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
855
855
|
content?: import("tailwind-variants").ClassValue;
|
|
856
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
857
856
|
positioner?: import("tailwind-variants").ClassValue;
|
|
857
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
858
858
|
arrow?: import("tailwind-variants").ClassValue;
|
|
859
859
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
860
860
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -868,13 +868,13 @@ export declare const RadioItemGroup: import("react").ComponentType<import("@ark-
|
|
|
868
868
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
869
869
|
};
|
|
870
870
|
};
|
|
871
|
-
} | {}, Record<"content" | "
|
|
871
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
872
872
|
export declare const Separator: import("react").ComponentType<import("@ark-ui/react").Assign<Menu.SeparatorProps & import("react").RefAttributes<HTMLHRElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
873
873
|
[key: string]: {
|
|
874
874
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
875
875
|
content?: import("tailwind-variants").ClassValue;
|
|
876
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
877
876
|
positioner?: import("tailwind-variants").ClassValue;
|
|
877
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
878
878
|
arrow?: import("tailwind-variants").ClassValue;
|
|
879
879
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
880
880
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -892,8 +892,8 @@ export declare const Separator: import("react").ComponentType<import("@ark-ui/re
|
|
|
892
892
|
[x: string]: {
|
|
893
893
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
894
894
|
content?: import("tailwind-variants").ClassValue;
|
|
895
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
896
895
|
positioner?: import("tailwind-variants").ClassValue;
|
|
896
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
897
897
|
arrow?: import("tailwind-variants").ClassValue;
|
|
898
898
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
899
899
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -907,12 +907,12 @@ export declare const Separator: import("react").ComponentType<import("@ark-ui/re
|
|
|
907
907
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
908
908
|
};
|
|
909
909
|
};
|
|
910
|
-
} | {}, Record<"content" | "
|
|
910
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, {
|
|
911
911
|
[key: string]: {
|
|
912
912
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
913
913
|
content?: import("tailwind-variants").ClassValue;
|
|
914
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
915
914
|
positioner?: import("tailwind-variants").ClassValue;
|
|
915
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
916
916
|
arrow?: import("tailwind-variants").ClassValue;
|
|
917
917
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
918
918
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -926,13 +926,13 @@ export declare const Separator: import("react").ComponentType<import("@ark-ui/re
|
|
|
926
926
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
927
927
|
};
|
|
928
928
|
};
|
|
929
|
-
} | {}, Record<"content" | "
|
|
929
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
930
930
|
export declare const Trigger: import("react").ComponentType<import("@ark-ui/react").Assign<Menu.TriggerProps & import("react").RefAttributes<HTMLButtonElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
931
931
|
[key: string]: {
|
|
932
932
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
933
933
|
content?: import("tailwind-variants").ClassValue;
|
|
934
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
935
934
|
positioner?: import("tailwind-variants").ClassValue;
|
|
935
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
936
936
|
arrow?: import("tailwind-variants").ClassValue;
|
|
937
937
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
938
938
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -950,8 +950,8 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
|
|
|
950
950
|
[x: string]: {
|
|
951
951
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
952
952
|
content?: import("tailwind-variants").ClassValue;
|
|
953
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
954
953
|
positioner?: import("tailwind-variants").ClassValue;
|
|
954
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
955
955
|
arrow?: import("tailwind-variants").ClassValue;
|
|
956
956
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
957
957
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -965,12 +965,12 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
|
|
|
965
965
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
966
966
|
};
|
|
967
967
|
};
|
|
968
|
-
} | {}, Record<"content" | "
|
|
968
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, {
|
|
969
969
|
[key: string]: {
|
|
970
970
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
971
971
|
content?: import("tailwind-variants").ClassValue;
|
|
972
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
973
972
|
positioner?: import("tailwind-variants").ClassValue;
|
|
973
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
974
974
|
arrow?: import("tailwind-variants").ClassValue;
|
|
975
975
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
976
976
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -984,13 +984,13 @@ export declare const Trigger: import("react").ComponentType<import("@ark-ui/reac
|
|
|
984
984
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
985
985
|
};
|
|
986
986
|
};
|
|
987
|
-
} | {}, Record<"content" | "
|
|
987
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
988
988
|
export declare const TriggerItem: import("react").ComponentType<import("@ark-ui/react").Assign<Menu.TriggerItemProps & import("react").RefAttributes<HTMLDivElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
|
|
989
989
|
[key: string]: {
|
|
990
990
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
991
991
|
content?: import("tailwind-variants").ClassValue;
|
|
992
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
993
992
|
positioner?: import("tailwind-variants").ClassValue;
|
|
993
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
994
994
|
arrow?: import("tailwind-variants").ClassValue;
|
|
995
995
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
996
996
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -1008,8 +1008,8 @@ export declare const TriggerItem: import("react").ComponentType<import("@ark-ui/
|
|
|
1008
1008
|
[x: string]: {
|
|
1009
1009
|
[x: string]: import("tailwind-variants").ClassValue | {
|
|
1010
1010
|
content?: import("tailwind-variants").ClassValue;
|
|
1011
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
1012
1011
|
positioner?: import("tailwind-variants").ClassValue;
|
|
1012
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
1013
1013
|
arrow?: import("tailwind-variants").ClassValue;
|
|
1014
1014
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
1015
1015
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -1023,12 +1023,12 @@ export declare const TriggerItem: import("react").ComponentType<import("@ark-ui/
|
|
|
1023
1023
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
1024
1024
|
};
|
|
1025
1025
|
};
|
|
1026
|
-
} | {}, Record<"content" | "
|
|
1026
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, {
|
|
1027
1027
|
[key: string]: {
|
|
1028
1028
|
[key: string]: import("tailwind-variants").ClassValue | {
|
|
1029
1029
|
content?: import("tailwind-variants").ClassValue;
|
|
1030
|
-
trigger?: import("tailwind-variants").ClassValue;
|
|
1031
1030
|
positioner?: import("tailwind-variants").ClassValue;
|
|
1031
|
+
trigger?: import("tailwind-variants").ClassValue;
|
|
1032
1032
|
arrow?: import("tailwind-variants").ClassValue;
|
|
1033
1033
|
arrowTip?: import("tailwind-variants").ClassValue;
|
|
1034
1034
|
indicator?: import("tailwind-variants").ClassValue;
|
|
@@ -1042,6 +1042,6 @@ export declare const TriggerItem: import("react").ComponentType<import("@ark-ui/
|
|
|
1042
1042
|
triggerItem?: import("tailwind-variants").ClassValue;
|
|
1043
1043
|
};
|
|
1044
1044
|
};
|
|
1045
|
-
} | {}, Record<"content" | "
|
|
1045
|
+
} | {}, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "positioner" | "trigger" | "arrow" | "arrowTip" | "indicator" | "separator" | "item" | "itemText" | "itemIndicator" | "itemGroup" | "itemGroupLabel" | "contextTrigger" | "triggerItem", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
|
|
1046
1046
|
export declare const Context: (props: Menu.ContextProps) => import("react").ReactNode;
|
|
1047
1047
|
export declare const ItemContext: (props: Menu.ItemContextProps) => import("react").ReactNode;
|