mirror of
https://github.com/google/blockly.git
synced 2026-01-04 23:50:12 +01:00
fix: Make generator types and BlockDefinition less restrictive (#6185)
This commit is contained in:
committed by
GitHub
parent
8b69b61c56
commit
2ff4f88f24
2
typings/php.d.ts
vendored
2
typings/php.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user