UNPKG

@kushki/ng-suka

Version:

<p align="center"> <h1 align="center">Suka Components Angular</h1> <p align="center"> An Angular implementation of the Suka Design System </p> </p>

3 lines (2 loc) 127 B
import { TemplateRef, Type } from '@angular/core'; export declare type TooltipContent = TemplateRef<any> | Type<any> | string;