diff --git a/types/slate/index.d.ts b/types/slate/index.d.ts index 569e2f5835..2538bea6f9 100644 --- a/types/slate/index.d.ts +++ b/types/slate/index.d.ts @@ -410,7 +410,6 @@ declare class BaseNode< getClosestBlock(path: Path): Block | null; getClosestInline(path: Path): Inline | null; getClosestVoid(key: string | Path): Node | null; - getClosestVoid(key: string): Node | null; getClosest(path: Path, iterator: (node: Node) => boolean): Node | null; getCommonAncestor(a: Path, b: Path): Node; getDecorations(editor: Editor): Immutable.List;