Skip to content

Commit 9c59b7b

Browse files
fix: separate import/export statements
1 parent a328bdc commit 9c59b7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Tooltip/TooltipTypes.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import type { ElementType, ReactNode, CSSProperties } from 'react'
2+
import type { Middleware } from '@floating-ui/dom'
23

3-
export type { Middleware } from '@floating-ui/dom'
4+
export type { Middleware }
45

56
export type PlacesType = 'top' | 'right' | 'bottom' | 'left'
67

0 commit comments

Comments
 (0)