File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ export {safePolygon} from './safePolygon';
31
31
export { useFloating } from './useFloating' ;
32
32
export { useInteractions } from './useInteractions' ;
33
33
export {
34
+ arrow ,
34
35
autoPlacement ,
35
36
autoUpdate ,
36
37
computePosition ,
@@ -44,5 +45,4 @@ export {
44
45
platform ,
45
46
shift ,
46
47
size ,
47
- } from '@floating-ui/dom' ;
48
- export { arrow } from '@floating-ui/react-dom' ;
48
+ } from '@floating-ui/react-dom' ;
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ import type {
3
3
Middleware ,
4
4
Placement ,
5
5
Strategy ,
6
+ UseFloatingReturn as UsePositionFloatingReturn ,
6
7
VirtualElement ,
7
- } from '@floating-ui/dom' ;
8
- import type { UseFloatingReturn as UsePositionFloatingReturn } from '@floating-ui/react-dom' ;
8
+ } from '@floating-ui/react-dom' ;
9
9
import * as React from 'react' ;
10
10
11
11
import type { DismissPayload } from './hooks/useDismiss' ;
@@ -56,8 +56,9 @@ export type {
56
56
SizeOptions ,
57
57
Strategy ,
58
58
VirtualElement ,
59
- } from '@floating-ui/dom' ;
59
+ } from '@floating-ui/react- dom' ;
60
60
export {
61
+ arrow ,
61
62
autoPlacement ,
62
63
autoUpdate ,
63
64
computePosition ,
@@ -71,8 +72,7 @@ export {
71
72
platform ,
72
73
shift ,
73
74
size ,
74
- } from '@floating-ui/dom' ;
75
- export { arrow } from '@floating-ui/react-dom' ;
75
+ } from '@floating-ui/react-dom' ;
76
76
77
77
export type NarrowedElement < T > = T extends Element ? T : Element ;
78
78
You can’t perform that action at this time.
0 commit comments