| 8 | } |
| 9 | |
| 10 | interface IViewBox extends IViewPosition{ |
| 11 | width: number; |
| 12 | height: number; |
| 13 | bottom: number; |
| 14 | right: number; |
| 15 | } |
| 16 | |
| 17 | export class Tooltip { |
| 18 | private _root: HTMLElement; |
nothing calls this directly
no outgoing calls
no test coverage detected