@ariakit/react 0.3.0 → 0.3.1
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/CHANGELOG.md +28 -0
- package/cjs/__chunks/{OK2T3WZT.cjs → 2553VGST.cjs} +7 -3
- package/cjs/__chunks/34E6OGVR.cjs +26 -0
- package/cjs/__chunks/{XQ6XFAZY.cjs → 57BRNEKR.cjs} +7 -3
- package/cjs/__chunks/{YJTKWVMH.cjs → 6VEVKR6S.cjs} +7 -3
- package/cjs/__chunks/{QZZBQYTD.cjs → AEV4Y6LH.cjs} +2 -2
- package/cjs/__chunks/{JSHZ4JE6.cjs → B34XK6WF.cjs} +2 -2
- package/cjs/__chunks/BTOFH5V7.cjs +26 -0
- package/cjs/__chunks/{4K3MPDS4.cjs → BV67DRZ7.cjs} +14 -4
- package/cjs/__chunks/FKJUU77X.cjs +14 -0
- package/cjs/__chunks/G2XDRT7D.cjs +24 -0
- package/cjs/__chunks/GCRJ7IPS.cjs +14 -0
- package/cjs/__chunks/K3ODXZMJ.cjs +16 -0
- package/cjs/__chunks/LQUB25NB.cjs +16 -0
- package/cjs/__chunks/MUFWZHDM.cjs +14 -0
- package/cjs/__chunks/Q5T3OEQ6.cjs +14 -0
- package/cjs/__chunks/S5PSYLBO.cjs +20 -0
- package/cjs/__chunks/WOPJBGZ4.cjs +20 -0
- package/cjs/checkbox.cjs +6 -2
- package/cjs/checkbox.d.ts +6 -3
- package/cjs/collection.cjs +6 -2
- package/cjs/collection.d.ts +6 -3
- package/cjs/combobox.cjs +6 -2
- package/cjs/combobox.d.ts +15 -12
- package/cjs/composite.cjs +6 -2
- package/cjs/composite.d.ts +13 -10
- package/cjs/dialog.cjs +6 -2
- package/cjs/dialog.d.ts +10 -7
- package/cjs/disclosure.cjs +6 -2
- package/cjs/disclosure.d.ts +6 -3
- package/cjs/focus-trap.d.ts +1 -1
- package/cjs/form.cjs +6 -2
- package/cjs/form.d.ts +20 -17
- package/cjs/group.cjs +2 -2
- package/cjs/group.d.ts +2 -2
- package/cjs/heading.cjs +2 -2
- package/cjs/heading.d.ts +2 -2
- package/cjs/hovercard.cjs +6 -2
- package/cjs/hovercard.d.ts +11 -8
- package/cjs/index.cjs +82 -18
- package/cjs/menu.cjs +10 -2
- package/cjs/menu.d.ts +24 -19
- package/cjs/popover.cjs +6 -2
- package/cjs/popover.d.ts +12 -9
- package/cjs/radio.cjs +6 -2
- package/cjs/radio.d.ts +6 -3
- package/cjs/select.cjs +6 -2
- package/cjs/select.d.ts +15 -12
- package/cjs/tab.cjs +6 -2
- package/cjs/tab.d.ts +7 -4
- package/cjs/toolbar.cjs +6 -2
- package/cjs/toolbar.d.ts +9 -6
- package/cjs/tooltip.cjs +6 -2
- package/cjs/tooltip.d.ts +7 -4
- package/cjs/tsconfig.build.tsbuildinfo +1 -1
- package/esm/__chunks/{HXGYP7YA.js → 3KDJ7VI3.js} +9 -5
- package/esm/__chunks/{X5ZXJBZF.js → 4IDSAFME.js} +9 -5
- package/esm/__chunks/{2UWFRUYC.js → 4UZKVCZQ.js} +3 -3
- package/esm/__chunks/{DCDYZWTW.js → 7GYZGKZZ.js} +9 -5
- package/esm/__chunks/{EEHW2RGG.js → 7KUQPEB6.js} +3 -3
- package/esm/__chunks/{XHOFYVWP.js → EKTWLEVS.js} +7 -3
- package/esm/__chunks/{X6CHQZVK.js → EWPJEOTI.js} +9 -5
- package/esm/__chunks/{337CSGCA.js → IQHJB6ZG.js} +9 -5
- package/esm/__chunks/{2KMUE5ZO.js → JNOG2DG3.js} +17 -7
- package/esm/__chunks/{C6DHWKQY.js → JPYPUP6I.js} +7 -3
- package/esm/__chunks/{YME4SMMJ.js → ODZSMDRQ.js} +7 -3
- package/esm/__chunks/{2UUPQ4LJ.js → PEDXUZO5.js} +9 -5
- package/esm/__chunks/{DBEOPRUS.js → TC2Q64L4.js} +9 -5
- package/esm/__chunks/{CKWZEPOY.js → VEJT42TI.js} +9 -5
- package/esm/__chunks/{D3ND2UVZ.js → VRQVUGUC.js} +9 -5
- package/esm/__chunks/{HD5ADBMI.js → XHA6N3ML.js} +9 -5
- package/esm/__chunks/{DJTCIR22.js → XIV7JDMS.js} +7 -3
- package/esm/checkbox.d.ts +6 -3
- package/esm/checkbox.js +5 -1
- package/esm/collection.d.ts +6 -3
- package/esm/collection.js +5 -1
- package/esm/combobox.d.ts +15 -12
- package/esm/combobox.js +5 -1
- package/esm/composite.d.ts +13 -10
- package/esm/composite.js +5 -1
- package/esm/dialog.d.ts +10 -7
- package/esm/dialog.js +5 -1
- package/esm/disclosure.d.ts +6 -3
- package/esm/disclosure.js +5 -1
- package/esm/focus-trap.d.ts +1 -1
- package/esm/form.d.ts +20 -17
- package/esm/form.js +5 -1
- package/esm/group.d.ts +2 -2
- package/esm/group.js +1 -1
- package/esm/heading.d.ts +2 -2
- package/esm/heading.js +1 -1
- package/esm/hovercard.d.ts +11 -8
- package/esm/hovercard.js +5 -1
- package/esm/index.js +81 -17
- package/esm/menu.d.ts +24 -19
- package/esm/menu.js +9 -1
- package/esm/popover.d.ts +12 -9
- package/esm/popover.js +5 -1
- package/esm/radio.d.ts +6 -3
- package/esm/radio.js +5 -1
- package/esm/select.d.ts +15 -12
- package/esm/select.js +5 -1
- package/esm/tab.d.ts +7 -4
- package/esm/tab.js +5 -1
- package/esm/toolbar.d.ts +9 -6
- package/esm/toolbar.js +5 -1
- package/esm/tooltip.d.ts +7 -4
- package/esm/tooltip.js +5 -1
- package/esm/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/readme.md +1 -1
- package/cjs/__chunks/AAWZLG6F.cjs +0 -22
- package/cjs/__chunks/EXPIDFFJ.cjs +0 -12
- package/cjs/__chunks/F2IZQBJ4.cjs +0 -12
- package/cjs/__chunks/F2RPQ67F.cjs +0 -10
- package/cjs/__chunks/MMDG6PGQ.cjs +0 -20
- package/cjs/__chunks/MW5EPJIK.cjs +0 -16
- package/cjs/__chunks/NPL5RCO3.cjs +0 -10
- package/cjs/__chunks/NSYJUKFG.cjs +0 -22
- package/cjs/__chunks/QE47LPDD.cjs +0 -16
- package/cjs/__chunks/U3SX4UMY.cjs +0 -10
- package/cjs/__chunks/WLOOC7FF.cjs +0 -10
package/cjs/radio.cjs
CHANGED
@@ -2,9 +2,13 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
var _NPL5RCO3cjs = require('./__chunks/NPL5RCO3.cjs');
|
6
5
|
|
7
6
|
|
7
|
+
var _GCRJ7IPScjs = require('./__chunks/GCRJ7IPS.cjs');
|
8
8
|
|
9
9
|
|
10
|
-
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
exports.Radio = _GCRJ7IPScjs.Radio; exports.RadioGroup = _GCRJ7IPScjs.RadioGroup; exports.RadioProvider = _GCRJ7IPScjs.RadioProvider; exports.useRadioContext = _GCRJ7IPScjs.useRadioContext; exports.useRadioStore = _GCRJ7IPScjs.useRadioStore;
|
package/cjs/radio.d.ts
CHANGED
@@ -1,6 +1,9 @@
|
|
1
|
-
export { RadioGroup } from "@ariakit/react-core/radio/radio-group";
|
2
|
-
export type { RadioGroupOptions, RadioGroupProps, } from "@ariakit/react-core/radio/radio-group";
|
3
1
|
export { useRadioStore } from "@ariakit/react-core/radio/radio-store";
|
4
|
-
export
|
2
|
+
export { useRadioContext } from "@ariakit/react-core/radio/radio-context";
|
5
3
|
export { Radio } from "@ariakit/react-core/radio/radio";
|
4
|
+
export { RadioProvider } from "@ariakit/react-core/radio/radio-provider";
|
5
|
+
export { RadioGroup } from "@ariakit/react-core/radio/radio-group";
|
6
|
+
export type { RadioStore, RadioStoreState, RadioStoreProps, } from "@ariakit/react-core/radio/radio-store";
|
6
7
|
export type { RadioOptions, RadioProps } from "@ariakit/react-core/radio/radio";
|
8
|
+
export type { RadioProviderProps } from "@ariakit/react-core/radio/radio-provider";
|
9
|
+
export type { RadioGroupOptions, RadioGroupProps, } from "@ariakit/react-core/radio/radio-group";
|
package/cjs/select.cjs
CHANGED
@@ -11,9 +11,9 @@
|
|
11
11
|
|
12
12
|
|
13
13
|
|
14
|
-
var _OK2T3WZTcjs = require('./__chunks/OK2T3WZT.cjs');
|
15
14
|
|
16
15
|
|
16
|
+
var _2553VGSTcjs = require('./__chunks/2553VGST.cjs');
|
17
17
|
|
18
18
|
|
19
19
|
|
@@ -25,4 +25,8 @@ var _OK2T3WZTcjs = require('./__chunks/OK2T3WZT.cjs');
|
|
25
25
|
|
26
26
|
|
27
27
|
|
28
|
-
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
exports.Select = _2553VGSTcjs.Select; exports.SelectArrow = _2553VGSTcjs.SelectArrow; exports.SelectGroup = _2553VGSTcjs.SelectGroup; exports.SelectGroupLabel = _2553VGSTcjs.SelectGroupLabel; exports.SelectItem = _2553VGSTcjs.SelectItem; exports.SelectItemCheck = _2553VGSTcjs.SelectItemCheck; exports.SelectLabel = _2553VGSTcjs.SelectLabel; exports.SelectList = _2553VGSTcjs.SelectList; exports.SelectPopover = _2553VGSTcjs.SelectPopover; exports.SelectProvider = _2553VGSTcjs.SelectProvider; exports.SelectRow = _2553VGSTcjs.SelectRow; exports.SelectSeparator = _2553VGSTcjs.SelectSeparator; exports.useSelectContext = _2553VGSTcjs.useSelectContext; exports.useSelectStore = _2553VGSTcjs.useSelectStore;
|
package/cjs/select.d.ts
CHANGED
@@ -1,24 +1,27 @@
|
|
1
|
+
export { useSelectStore } from "@ariakit/react-core/select/select-store";
|
2
|
+
export { useSelectContext } from "@ariakit/react-core/select/select-context";
|
3
|
+
export { Select } from "@ariakit/react-core/select/select";
|
4
|
+
export { SelectProvider } from "@ariakit/react-core/select/select-provider";
|
1
5
|
export { SelectArrow } from "@ariakit/react-core/select/select-arrow";
|
2
|
-
export type { SelectArrowOptions, SelectArrowProps, } from "@ariakit/react-core/select/select-arrow";
|
3
6
|
export { SelectGroupLabel } from "@ariakit/react-core/select/select-group-label";
|
4
|
-
export type { SelectGroupLabelOptions, SelectGroupLabelProps, } from "@ariakit/react-core/select/select-group-label";
|
5
7
|
export { SelectGroup } from "@ariakit/react-core/select/select-group";
|
6
|
-
export type { SelectGroupOptions, SelectGroupProps, } from "@ariakit/react-core/select/select-group";
|
7
8
|
export { SelectItemCheck } from "@ariakit/react-core/select/select-item-check";
|
8
|
-
export type { SelectItemCheckOptions, SelectItemCheckProps, } from "@ariakit/react-core/select/select-item-check";
|
9
9
|
export { SelectItem } from "@ariakit/react-core/select/select-item";
|
10
|
-
export type { SelectItemOptions, SelectItemProps, } from "@ariakit/react-core/select/select-item";
|
11
10
|
export { SelectLabel } from "@ariakit/react-core/select/select-label";
|
12
|
-
export type { SelectLabelOptions, SelectLabelProps, } from "@ariakit/react-core/select/select-label";
|
13
11
|
export { SelectList } from "@ariakit/react-core/select/select-list";
|
14
|
-
export type { SelectListOptions, SelectListProps, } from "@ariakit/react-core/select/select-list";
|
15
12
|
export { SelectPopover } from "@ariakit/react-core/select/select-popover";
|
16
|
-
export type { SelectPopoverOptions, SelectPopoverProps, } from "@ariakit/react-core/select/select-popover";
|
17
13
|
export { SelectRow } from "@ariakit/react-core/select/select-row";
|
18
|
-
export type { SelectRowOptions, SelectRowProps, } from "@ariakit/react-core/select/select-row";
|
19
14
|
export { SelectSeparator } from "@ariakit/react-core/select/select-separator";
|
20
|
-
export type { SelectSeparatorOptions, SelectSeparatorProps, } from "@ariakit/react-core/select/select-separator";
|
21
|
-
export { useSelectStore } from "@ariakit/react-core/select/select-store";
|
22
15
|
export type { SelectStoreProps, SelectStoreState, SelectStore, } from "@ariakit/react-core/select/select-store";
|
23
|
-
export { Select } from "@ariakit/react-core/select/select";
|
24
16
|
export type { SelectOptions, SelectProps, } from "@ariakit/react-core/select/select";
|
17
|
+
export type { SelectProviderProps } from "@ariakit/react-core/select/select-provider";
|
18
|
+
export type { SelectArrowOptions, SelectArrowProps, } from "@ariakit/react-core/select/select-arrow";
|
19
|
+
export type { SelectGroupLabelOptions, SelectGroupLabelProps, } from "@ariakit/react-core/select/select-group-label";
|
20
|
+
export type { SelectGroupOptions, SelectGroupProps, } from "@ariakit/react-core/select/select-group";
|
21
|
+
export type { SelectItemCheckOptions, SelectItemCheckProps, } from "@ariakit/react-core/select/select-item-check";
|
22
|
+
export type { SelectItemOptions, SelectItemProps, } from "@ariakit/react-core/select/select-item";
|
23
|
+
export type { SelectLabelOptions, SelectLabelProps, } from "@ariakit/react-core/select/select-label";
|
24
|
+
export type { SelectListOptions, SelectListProps, } from "@ariakit/react-core/select/select-list";
|
25
|
+
export type { SelectPopoverOptions, SelectPopoverProps, } from "@ariakit/react-core/select/select-popover";
|
26
|
+
export type { SelectRowOptions, SelectRowProps, } from "@ariakit/react-core/select/select-row";
|
27
|
+
export type { SelectSeparatorOptions, SelectSeparatorProps, } from "@ariakit/react-core/select/select-separator";
|
package/cjs/tab.cjs
CHANGED
@@ -3,10 +3,14 @@
|
|
3
3
|
|
4
4
|
|
5
5
|
|
6
|
-
var _EXPIDFFJcjs = require('./__chunks/EXPIDFFJ.cjs');
|
7
6
|
|
8
7
|
|
8
|
+
var _LQUB25NBcjs = require('./__chunks/LQUB25NB.cjs');
|
9
9
|
|
10
10
|
|
11
11
|
|
12
|
-
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
exports.Tab = _LQUB25NBcjs.Tab; exports.TabList = _LQUB25NBcjs.TabList; exports.TabPanel = _LQUB25NBcjs.TabPanel; exports.TabProvider = _LQUB25NBcjs.TabProvider; exports.useTabContext = _LQUB25NBcjs.useTabContext; exports.useTabStore = _LQUB25NBcjs.useTabStore;
|
package/cjs/tab.d.ts
CHANGED
@@ -1,8 +1,11 @@
|
|
1
|
+
export { useTabStore } from "@ariakit/react-core/tab/tab-store";
|
2
|
+
export { useTabContext } from "@ariakit/react-core/tab/tab-context";
|
3
|
+
export { Tab } from "@ariakit/react-core/tab/tab";
|
4
|
+
export { TabProvider } from "@ariakit/react-core/tab/tab-provider";
|
1
5
|
export { TabList } from "@ariakit/react-core/tab/tab-list";
|
2
|
-
export type { TabListOptions, TabListProps, } from "@ariakit/react-core/tab/tab-list";
|
3
6
|
export { TabPanel } from "@ariakit/react-core/tab/tab-panel";
|
4
|
-
export type { TabPanelOptions, TabPanelProps, } from "@ariakit/react-core/tab/tab-panel";
|
5
|
-
export { useTabStore } from "@ariakit/react-core/tab/tab-store";
|
6
7
|
export type { TabStore, TabStoreState, TabStoreProps, } from "@ariakit/react-core/tab/tab-store";
|
7
|
-
export { Tab } from "@ariakit/react-core/tab/tab";
|
8
8
|
export type { TabOptions, TabProps } from "@ariakit/react-core/tab/tab";
|
9
|
+
export type { TabProviderProps } from "@ariakit/react-core/tab/tab-provider";
|
10
|
+
export type { TabListOptions, TabListProps, } from "@ariakit/react-core/tab/tab-list";
|
11
|
+
export type { TabPanelOptions, TabPanelProps, } from "@ariakit/react-core/tab/tab-panel";
|
package/cjs/toolbar.cjs
CHANGED
@@ -5,12 +5,16 @@
|
|
5
5
|
|
6
6
|
|
7
7
|
|
8
|
-
var _MW5EPJIKcjs = require('./__chunks/MW5EPJIK.cjs');
|
9
8
|
|
10
9
|
|
10
|
+
var _WOPJBGZ4cjs = require('./__chunks/WOPJBGZ4.cjs');
|
11
11
|
|
12
12
|
|
13
13
|
|
14
14
|
|
15
15
|
|
16
|
-
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
exports.Toolbar = _WOPJBGZ4cjs.Toolbar; exports.ToolbarContainer = _WOPJBGZ4cjs.ToolbarContainer; exports.ToolbarInput = _WOPJBGZ4cjs.ToolbarInput; exports.ToolbarItem = _WOPJBGZ4cjs.ToolbarItem; exports.ToolbarProvider = _WOPJBGZ4cjs.ToolbarProvider; exports.ToolbarSeparator = _WOPJBGZ4cjs.ToolbarSeparator; exports.useToolbarContext = _WOPJBGZ4cjs.useToolbarContext; exports.useToolbarStore = _WOPJBGZ4cjs.useToolbarStore;
|
package/cjs/toolbar.d.ts
CHANGED
@@ -1,12 +1,15 @@
|
|
1
|
+
export { useToolbarStore } from "@ariakit/react-core/toolbar/toolbar-store";
|
2
|
+
export { useToolbarContext } from "@ariakit/react-core/toolbar/toolbar-context";
|
3
|
+
export { Toolbar } from "@ariakit/react-core/toolbar/toolbar";
|
4
|
+
export { ToolbarProvider } from "@ariakit/react-core/toolbar/toolbar-provider";
|
1
5
|
export { ToolbarContainer } from "@ariakit/react-core/toolbar/toolbar-container";
|
2
|
-
export type { ToolbarContainerOptions, ToolbarContainerProps, } from "@ariakit/react-core/toolbar/toolbar-container";
|
3
6
|
export { ToolbarInput } from "@ariakit/react-core/toolbar/toolbar-input";
|
4
|
-
export type { ToolbarInputOptions, ToolbarInputProps, } from "@ariakit/react-core/toolbar/toolbar-input";
|
5
7
|
export { ToolbarItem } from "@ariakit/react-core/toolbar/toolbar-item";
|
6
|
-
export type { ToolbarItemOptions, ToolbarItemProps, } from "@ariakit/react-core/toolbar/toolbar-item";
|
7
8
|
export { ToolbarSeparator } from "@ariakit/react-core/toolbar/toolbar-separator";
|
8
|
-
export type { ToolbarSeparatorOptions, ToolbarSeparatorProps, } from "@ariakit/react-core/toolbar/toolbar-separator";
|
9
|
-
export { useToolbarStore } from "@ariakit/react-core/toolbar/toolbar-store";
|
10
9
|
export type { ToolbarStore, ToolbarStoreState, ToolbarStoreProps, } from "@ariakit/react-core/toolbar/toolbar-store";
|
11
|
-
export { Toolbar } from "@ariakit/react-core/toolbar/toolbar";
|
12
10
|
export type { ToolbarOptions, ToolbarProps, } from "@ariakit/react-core/toolbar/toolbar";
|
11
|
+
export type { ToolbarProviderProps } from "@ariakit/react-core/toolbar/toolbar-provider";
|
12
|
+
export type { ToolbarContainerOptions, ToolbarContainerProps, } from "@ariakit/react-core/toolbar/toolbar-container";
|
13
|
+
export type { ToolbarInputOptions, ToolbarInputProps, } from "@ariakit/react-core/toolbar/toolbar-input";
|
14
|
+
export type { ToolbarItemOptions, ToolbarItemProps, } from "@ariakit/react-core/toolbar/toolbar-item";
|
15
|
+
export type { ToolbarSeparatorOptions, ToolbarSeparatorProps, } from "@ariakit/react-core/toolbar/toolbar-separator";
|
package/cjs/tooltip.cjs
CHANGED
@@ -3,10 +3,14 @@
|
|
3
3
|
|
4
4
|
|
5
5
|
|
6
|
-
var _F2IZQBJ4cjs = require('./__chunks/F2IZQBJ4.cjs');
|
7
6
|
|
8
7
|
|
8
|
+
var _K3ODXZMJcjs = require('./__chunks/K3ODXZMJ.cjs');
|
9
9
|
|
10
10
|
|
11
11
|
|
12
|
-
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
exports.Tooltip = _K3ODXZMJcjs.Tooltip; exports.TooltipAnchor = _K3ODXZMJcjs.TooltipAnchor; exports.TooltipArrow = _K3ODXZMJcjs.TooltipArrow; exports.TooltipProvider = _K3ODXZMJcjs.TooltipProvider; exports.useTooltipContext = _K3ODXZMJcjs.useTooltipContext; exports.useTooltipStore = _K3ODXZMJcjs.useTooltipStore;
|
package/cjs/tooltip.d.ts
CHANGED
@@ -1,8 +1,11 @@
|
|
1
|
+
export { useTooltipStore } from "@ariakit/react-core/tooltip/tooltip-store";
|
2
|
+
export { useTooltipContext } from "@ariakit/react-core/tooltip/tooltip-context";
|
3
|
+
export { Tooltip } from "@ariakit/react-core/tooltip/tooltip";
|
4
|
+
export { TooltipProvider } from "@ariakit/react-core/tooltip/tooltip-provider";
|
1
5
|
export { TooltipAnchor } from "@ariakit/react-core/tooltip/tooltip-anchor";
|
2
|
-
export type { TooltipAnchorProps, TooltipAnchorOptions, } from "@ariakit/react-core/tooltip/tooltip-anchor";
|
3
6
|
export { TooltipArrow } from "@ariakit/react-core/tooltip/tooltip-arrow";
|
4
|
-
export type { TooltipArrowProps, TooltipArrowOptions, } from "@ariakit/react-core/tooltip/tooltip-arrow";
|
5
|
-
export { useTooltipStore } from "@ariakit/react-core/tooltip/tooltip-store";
|
6
7
|
export type { TooltipStore, TooltipStoreState, TooltipStoreProps, } from "@ariakit/react-core/tooltip/tooltip-store";
|
7
|
-
export { Tooltip } from "@ariakit/react-core/tooltip/tooltip";
|
8
8
|
export type { TooltipProps, TooltipOptions, } from "@ariakit/react-core/tooltip/tooltip";
|
9
|
+
export type { TooltipProviderProps } from "@ariakit/react-core/tooltip/tooltip-provider";
|
10
|
+
export type { TooltipAnchorProps, TooltipAnchorOptions, } from "@ariakit/react-core/tooltip/tooltip-anchor";
|
11
|
+
export type { TooltipArrowProps, TooltipArrowOptions, } from "@ariakit/react-core/tooltip/tooltip-arrow";
|