Files
blockly/typings/core.d.ts
Maribeth Bottorff 87aa4c0f62 fix: Update typescript definition files for core, blocks, and generators (#6174)
* 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
2022-06-01 15:20:23 -07:00

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';