Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Commit

Permalink
Clean up overrides.
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-shatskyi committed Jun 10, 2016
1 parent 5cedc49 commit c7e59fe
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions typings/Overrides.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ interface Window {
DEBUG: boolean;
jobUnderAttention: KeyDownReceiver;
promptUnderAttention: KeyDownReceiver;
Notification: typeof Notification;
}

declare class AnsiParser {
Expand All @@ -28,18 +27,6 @@ interface Array<T> {
includes(value: T): boolean;
}

declare namespace __React {
interface DOMAttributes {
onKeyDownCapture?: KeyboardEventHandler;
onClickCapture?: KeyboardEventHandler;
dataColor?: any;
}
}

interface KeyboardEvent extends UIEvent {
keyIdentifier: string;
}

interface NodeBuffer extends Uint8Array {
fill(value: number, offset?: number, end?: number): this;
}
Expand Down

0 comments on commit c7e59fe

Please sign in to comment.