diff --git a/ace.d.ts b/ace.d.ts index a1774d518d8..82ef3f998ac 100644 --- a/ace.d.ts +++ b/ace.d.ts @@ -943,3 +943,7 @@ export const Range: { fromPoints(start: Ace.Point, end: Ace.Point): Ace.Range; comparePoints(p1: Ace.Point, p2: Ace.Point): number; }; +export interface TextInput { + resetSelection(): void; + setAriaOption(activeDescendant: string, role: string): void; +} \ No newline at end of file