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 20c6aa4 commit 942d5bdCopy full SHA for 942d5bd
src/composables/graph/useViewportAwareMenuPositioning.ts
@@ -1,12 +1,12 @@
1
-export interface MenuPositionStyle {
+interface MenuPositionStyle {
2
position: 'fixed'
3
left: string
4
top?: string
5
bottom?: string
6
transform: string
7
}
8
9
-export interface MenuPositionOptions {
+interface MenuPositionOptions {
10
/** The trigger element that opened the menu */
11
triggerRect: DOMRect
12
/** The menu overlay element */
0 commit comments