UNPKG

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