UNPKG

298 BTypeScriptView Raw
1import { Node, NodeEntry } from '../interfaces/node';
2import { Editor, EditorLevelsOptions } from '../interfaces/editor';
3export declare function levels<T extends Node>(editor: Editor, options?: EditorLevelsOptions<T>): Generator<NodeEntry<T>, void, undefined>;
4//# sourceMappingURL=levels.d.ts.map
\No newline at end of file