We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a328bdc commit 9c59b7bCopy full SHA for 9c59b7b
src/components/Tooltip/TooltipTypes.d.ts
@@ -1,6 +1,7 @@
1
import type { ElementType, ReactNode, CSSProperties } from 'react'
2
+import type { Middleware } from '@floating-ui/dom'
3
-export type { Middleware } from '@floating-ui/dom'
4
+export type { Middleware }
5
6
export type PlacesType = 'top' | 'right' | 'bottom' | 'left'
7
0 commit comments