You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
316 B
Plaintext
12 lines
316 B
Plaintext
11 months ago
|
/**
|
||
|
* @description 初始化编辑器 DOM 结构
|
||
|
* @author wangfupeng
|
||
|
*/
|
||
|
import Editor from '../index';
|
||
|
export default function (editor: Editor): void;
|
||
|
/**
|
||
|
* 工具栏/文本区域 DOM selector 有效性验证
|
||
|
* @param editor 编辑器实例
|
||
|
*/
|
||
|
export declare function selectorValidator(editor: Editor): void;
|