mirror of
https://github.com/google/blockly.git
synced 2026-01-30 20:20:09 +01:00
fix: Upload new TypeScript typings for Q4 release (#5802)
* fix: Run intial typings script for q4 release * fix: manually fix errors with types * fix: update core module
This commit is contained in:
committed by
GitHub
parent
64107ccb04
commit
1fb204e36b
29296
typings/blockly.d.ts
vendored
29296
typings/blockly.d.ts
vendored
File diff suppressed because it is too large
Load Diff
2
typings/core.d.ts
vendored
2
typings/core.d.ts
vendored
@@ -11,5 +11,5 @@
|
||||
|
||||
/// <reference path="blockly.d.ts" />
|
||||
|
||||
import * as Blockly from './blockly';
|
||||
import * as Blockly from 'blockly';
|
||||
export = Blockly;
|
||||
|
||||
Reference in New Issue
Block a user