ui-lib/lib/ui/tooltip.d.ts

2 lines
179 B
TypeScript

export function setTooltip(container: HTMLElement, content: string | HTMLElement, flag?: boolean): HTMLElement
export function resolveTooltip(container?: HTMLElement): HTMLElement