ui-lib/lib/ui/tooltip.d.ts
2023-04-13 17:36:42 +08:00

2 lines
201 B
TypeScript

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