mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
* fix: update definitions for core and blocks * fix: update javascript definition * fix: update JS definition to work with both import types * fix: update typings for blocks
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';
|