mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
Add typings modules to match UMD modules. (#3821)
* Add typings modules to match UMD modules.
This commit is contained in:
16
typings/msg/ca.d.ts
vendored
Normal file
16
typings/msg/ca.d.ts
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* @license
|
||||
* Copyright 2020 Google LLC
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* @fileoverview Type definitions for the Blockly ca locale.
|
||||
* @author samelh@google.com (Sam El-Husseini)
|
||||
*/
|
||||
|
||||
/// <reference path="msg.d.ts" />
|
||||
|
||||
import BlocklyMsg = Blockly.Msg;
|
||||
export = BlocklyMsg;
|
||||
|
||||
Reference in New Issue
Block a user