UNPKG

@realsee/dnalogel

Version:
7 lines (6 loc) 199 B
export declare function tipsDom(style?: Partial<CSSStyleDeclaration>): { element: HTMLElement; show: () => void; hide: () => void; setLeftTop: (left: string, top: string) => void; };