File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11import type { Middleware } from '../components/Tooltip/TooltipTypes'
22
33export interface IComputePositions {
4- elementReference ?: Element | HTMLElement | null ;
5- tooltipReference ?: Element | HTMLElement | null ;
6- tooltipArrowReference ?: Element | HTMLElement | null ;
4+ elementReference ?: Element | HTMLElement | null
5+ tooltipReference ?: Element | HTMLElement | null
6+ tooltipArrowReference ?: Element | HTMLElement | null
77 place ?:
88 | 'top'
99 | 'top-start'
@@ -17,7 +17,7 @@ export interface IComputePositions {
1717 | 'left'
1818 | 'left-start'
1919 | 'left-end' ;
20- offset ?: number ;
21- strategy ?: 'absolute' | 'fixed' ;
22- middlewares ?: Middleware [ ] ;
20+ offset ?: number
21+ strategy ?: 'absolute' | 'fixed'
22+ middlewares ?: Middleware [ ]
2323}
You can’t perform that action at this time.
0 commit comments