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>

9 lines (8 loc) 312 B
import { OnInit } from '@angular/core'; import { TooltipContent } from './tooltip-content.type'; export declare class TooltipContainer implements OnInit { renderMethod: 'template' | 'component' | 'text'; content: TooltipContent; position: 'top' | 'bottom' | 'right' | 'left'; ngOnInit(): void; }