UNPKG

@stratio/egeo

Version:
7 lines (6 loc) 290 B
import { ChangeDetectorRef, ElementRef } from '@angular/core'; import { StTooltipComponent } from '../st-tooltip/st-tooltip.component'; export declare class StLabelComponent extends StTooltipComponent { classStLabel: boolean; constructor(_el: ElementRef, _cd: ChangeDetectorRef); }