Files
blockly/typings/templates/msg.template
Sam El-Husseini 7e4e6c7286 Add typings modules to match UMD modules. (#3821)
* Add typings modules to match UMD modules.
2020-04-15 09:44:25 -07:00

17 lines
307 B
Plaintext

/**
* @license
* Copyright 2020 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Type definitions for the Blockly <%= locale %> locale.
* @author samelh@google.com (Sam El-Husseini)
*/
/// <reference path="msg.d.ts" />
import BlocklyMsg = Blockly.Msg;
export = BlocklyMsg;