Files
blockly/typings/core.d.ts

15 lines
266 B
TypeScript

/**
* @license
* Copyright 2020 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Type definitions for Blockly core.
* @author samelh@google.com (Sam El-Husseini)
*/
/// <reference path="blockly.d.ts" />
export * from 'core/blockly';