mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +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 = Blockly;
|
||||||
|
|
||||||
|
export as namespace Blockly;
|
||||||
|
|
||||||
declare module Blockly {
|
declare module Blockly {
|
||||||
|
|
||||||
interface BlocklyOptions {
|
interface BlocklyOptions {
|
||||||
|
|||||||
@@ -9,4 +9,6 @@
|
|||||||
* @author samelh@google.com (Sam El-Husseini)
|
* @author samelh@google.com (Sam El-Husseini)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export = Blockly;
|
export = Blockly;
|
||||||
|
|
||||||
|
export as namespace Blockly;
|
||||||
Reference in New Issue
Block a user