UNPKG

@hxui/angular

Version:

An Angular library based on the [HXUI design system](https://hxui.io).

9 lines (8 loc) 197 B
import { TooltipConfig } from '../tooltip/tooltip.config'; export interface IWithTooltip { content: any; tooltip: { config: TooltipConfig; content: string; }; }