Files
mixio/blockly/typings/msg/kn.d.ts
Eason010212 5d80728be9 mixio 1.10.0
2023-03-10 18:03:02 +08:00

17 lines
296 B
TypeScript

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