mirror of
https://github.com/google/blockly.git
synced 2026-05-05 19:40:12 +02:00
7e4e6c7286
* Add typings modules to match UMD modules.
17 lines
302 B
TypeScript
17 lines
302 B
TypeScript
/**
|
|
* @license
|
|
* Copyright 2020 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/**
|
|
* @fileoverview Type definitions for the Blockly synonyms locale.
|
|
* @author samelh@google.com (Sam El-Husseini)
|
|
*/
|
|
|
|
/// <reference path="msg.d.ts" />
|
|
|
|
import BlocklyMsg = Blockly.Msg;
|
|
export = BlocklyMsg;
|
|
|