Skip to content

Commit ad2a49f

Browse files
committed
Add the IEditor.element typing to global since typings/* get overwritten
1 parent 2363143 commit ad2a49f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/globals.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,3 +190,9 @@ interface String {
190190
startsWith(str: string): boolean;
191191
endsWith(str: string): boolean;
192192
}
193+
194+
declare module AtomCore {
195+
export interface IEditor {
196+
element: any;
197+
}
198+
}

0 commit comments

Comments
 (0)