mirror of
https://github.com/google/blockly.git
synced 2026-01-16 21:37:10 +01:00
15 lines
266 B
TypeScript
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';
|