/**
 * @license
 * Copyright 2020 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */

/**
 * @fileoverview Type definitions for Blockly Blocks.
 * @author samelh@google.com (Sam El-Husseini)
 */

/// <reference path="core.d.ts" />

import * as Blockly from './core';
export = Blockly.Blocks;
