File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 1- import { CombinedAlignment , PositionAlignment , PositionCollision } from " @topmarksdevelopment/hover-position" ;
1+ import { CombinedAlignment , PositionAlignment , PositionCollision } from ' @topmarksdevelopment/hover-position' ;
22
33export default interface HoverOptions {
4- setMy ?: PositionAlignment ;
5- at ?: PositionAlignment ;
6- keepOpen ?: boolean ;
7- allowHtml ?: boolean ;
8- transitionDelay ?: number ;
9- transitionDuration ?: number ;
4+ setMy ?: PositionAlignment ;
5+ at ?: PositionAlignment ;
6+ keepOpen ?: boolean ;
7+ allowHtml ?: boolean ;
8+ transitionDelay ?: number ;
9+ transitionDuration ?: number ;
1010
11- // HoverPosition specific
12- collision ?: PositionCollision ;
13- bestFitPreference ?: " horizontal" | " vertical" ;
14- defaults ?: { my : CombinedAlignment ; at : CombinedAlignment } ;
15- }
11+ // HoverPosition specific
12+ collision ?: PositionCollision ;
13+ bestFitPreference ?: ' horizontal' | ' vertical' ;
14+ defaults ?: { my : CombinedAlignment ; at : CombinedAlignment } ;
15+ }
You can’t perform that action at this time.
0 commit comments