UNPKG

ngx-bit

Version:

A flexible NG-ZORRO helper library

9 lines (8 loc) 245 B
import { TemplateRef } from '@angular/core'; import { BitService } from 'ngx-bit'; export declare class BitI18nTooltipComponent { bit: BitService; ref: TemplateRef<any>; groupName: string; constructor(bit: BitService); }