Update typings script and fix two typing issues: (#4542)

This commit is contained in:
Sam El-Husseini
2020-12-16 22:29:20 -05:00
committed by GitHub
parent 1aedeba002
commit 7ebb53968c
5 changed files with 3532 additions and 3046 deletions

View File

@@ -39,7 +39,6 @@ declare module Blockly {
pinch?: boolean;
};
renderer?: string;
keyMap?: {[type: string]: Blockly.Action;};
parentWorkspace?: Blockly.WorkspaceSvg;
}