mirror of
https://github.com/google/blockly.git
synced 2026-01-05 08:00:09 +01:00
Add typings modules to match UMD modules. (#3821)
* Add typings modules to match UMD modules.
This commit is contained in:
15
typings/php.d.ts
vendored
Normal file
15
typings/php.d.ts
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* @license
|
||||
* Copyright 2020 Google LLC
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* @fileoverview Type definitions for the PHP generator.
|
||||
* @author samelh@google.com (Sam El-Husseini)
|
||||
*/
|
||||
|
||||
/// <reference path="core.d.ts" />
|
||||
|
||||
import * as Blockly from './core';
|
||||
export = Blockly.Generator;
|
||||
Reference in New Issue
Block a user