mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
* fix: dts files not being properly included * fix: hand crafted declaration files pointing to the wrong things
15 lines
319 B
TypeScript
15 lines
319 B
TypeScript
/**
|
|
* @license
|
|
* Copyright 2020 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/**
|
|
* @fileoverview Type definitions for Blockly.
|
|
* @author samelh@google.com (Sam El-Husseini)
|
|
*/
|
|
|
|
export * from './core/blockly';
|
|
export * as libraryBlocks from './blocks'; // Handcrafted file.
|
|
export const JavaScript: any;
|