mirror of
https://github.com/google/blockly.git
synced 2026-01-30 20:20:09 +01:00
Allow .js script files to refer to Blockly global from blockly.d.ts (#4434)
This commit is contained in:
2
typings/blockly.d.ts
vendored
2
typings/blockly.d.ts
vendored
@@ -11,6 +11,8 @@
|
||||
|
||||
export = Blockly;
|
||||
|
||||
export as namespace Blockly;
|
||||
|
||||
declare module Blockly {
|
||||
|
||||
interface BlocklyOptions {
|
||||
|
||||
@@ -9,4 +9,6 @@
|
||||
* @author samelh@google.com (Sam El-Husseini)
|
||||
*/
|
||||
|
||||
export = Blockly;
|
||||
export = Blockly;
|
||||
|
||||
export as namespace Blockly;
|
||||
Reference in New Issue
Block a user