UNPKG

@bixi/label

Version:
19 lines (18 loc) 515 B
import { TemplateRef } from '@angular/core'; import { IHoverInLabelsEvent, ISafeAny } from './label.type'; export declare class BixiLabelTooltipComponent { content: TemplateRef<ISafeAny> | undefined; tooltip: IHoverInLabelsEvent; get labels(): import("./label.type").ILabel[]; get sytle(): { width: string; height: string; top?: undefined; left?: undefined; } | { top: string; left: string; height: string; width: string; }; }