2 lines
155 B
TypeScript
2 lines
155 B
TypeScript
export function setTooltip(container: HTMLElement, content: string | HTMLElement): void
|
|
export function resolveTooltip(container: HTMLElement): HTMLElement |