Files
blockly/typings/core.d.ts
Beka Westberg c8dd01ac87 fix: packaging .d.ts files (#6327)
* fix: dts files not being properly included

* fix: hand crafted declaration files pointing to the wrong things
2022-08-08 14:32:03 -07:00

13 lines
229 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)
*/
export * from './core/blockly';