fix: Make generator types and BlockDefinition less restrictive (#6185)

This commit is contained in:
Maribeth Bottorff
2022-06-03 12:20:06 -07:00
committed by GitHub
parent 8b69b61c56
commit 2ff4f88f24
7 changed files with 8 additions and 9 deletions

2
typings/php.d.ts vendored
View File

@@ -12,5 +12,5 @@
/// <reference path="core.d.ts" />
import * as Blockly from './core';
declare const php: Blockly.Generator;
declare const php: any;
export = php;