Skip to content

Commit 942d5bd

Browse files
MyesteryDrJKL
authored andcommitted
refactor: make position types internal to prevent unused export warnings
1 parent 20c6aa4 commit 942d5bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/composables/graph/useViewportAwareMenuPositioning.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
export interface MenuPositionStyle {
1+
interface MenuPositionStyle {
22
position: 'fixed'
33
left: string
44
top?: string
55
bottom?: string
66
transform: string
77
}
88

9-
export interface MenuPositionOptions {
9+
interface MenuPositionOptions {
1010
/** The trigger element that opened the menu */
1111
triggerRect: DOMRect
1212
/** The menu overlay element */

0 commit comments

Comments
 (0)