2 lines
201 B
TypeScript
2 lines
201 B
TypeScript
export function setTooltip(container: HTMLElement, content: string | HTMLElement, flag?: boolean, parent?: HTMLElement): HTMLElement
|
|
export function resolveTooltip(container?: HTMLElement): HTMLElement |