UNPKG

226 BTypeScriptView Raw
1/**
2 * @description 检查选区是否在链接中,即菜单是否应该 active
3 * @author wangfupeng
4 */
5import Editor from '../../editor/index';
6declare function isActive(editor: Editor): boolean;
7export default isActive;