mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
Fix definitions for TS 0.9
This commit is contained in:
Vendored
+1
-1
@@ -35,7 +35,7 @@ interface EpicEditorOptions {
|
||||
};
|
||||
}
|
||||
|
||||
class EpicEditor {
|
||||
declare class EpicEditor {
|
||||
constructor();
|
||||
constructor(options: EpicEditorOptions);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user