UNPKG

@grapecity/gcpdfviewer

Version:
7 lines (6 loc) 280 B
export declare function hideTooltipPopup(container: HTMLElement): void; export declare function showTooltipPopup(container: HTMLElement, message: string, theme?: { textColor?: string; borderColor?: string; backgroundColor?: string; }, timeoutMs?: number): void;