Revert "Allow .js script files to refer to Blockly global from blockly.d.ts (#4434)" (#4543)

This reverts commit 9a2f288dd4.
This commit is contained in:
alschmiedt
2020-12-17 10:08:16 -08:00
committed by GitHub
parent 2febb55b47
commit ebd9d51f3d
2 changed files with 1 additions and 5 deletions

View File

@@ -11,8 +11,6 @@
export = Blockly;
export as namespace Blockly;
declare module Blockly {
interface BlocklyOptions {

View File

@@ -9,6 +9,4 @@
* @author samelh@google.com (Sam El-Husseini)
*/
export = Blockly;
export as namespace Blockly;
export = Blockly;