diff --git a/typings/blockly.d.ts b/typings/blockly.d.ts index 0b37bdb60..7d713f147 100644 --- a/typings/blockly.d.ts +++ b/typings/blockly.d.ts @@ -11,6 +11,8 @@ export = Blockly; +export as namespace Blockly; + declare module Blockly { interface BlocklyOptions { diff --git a/typings/templates/blockly-header.template b/typings/templates/blockly-header.template index 15bcf14dd..bab2b134f 100644 --- a/typings/templates/blockly-header.template +++ b/typings/templates/blockly-header.template @@ -9,4 +9,6 @@ * @author samelh@google.com (Sam El-Husseini) */ -export = Blockly; \ No newline at end of file +export = Blockly; + +export as namespace Blockly; \ No newline at end of file