UNPKG

@wangeditor/core

Version:
7 lines (6 loc) 241 B
/** * @description tooltip 功能 * @author wangfupeng */ import { Dom7Array } from '../../utils/dom'; export declare function addTooltip($button: Dom7Array, iconSvg: string, title: string, hotkey: string, inGroup?: boolean): void;