UNPKG

typewriter-editor

Version:

A rich text editor using the Delta format with decorations and rendered with a tiny virtual dom

2 lines (1 loc) 109 B
export declare function createTreeWalker(root: Node, filter?: (node: Node) => boolean | number): TreeWalker;