blockly
Version:
Blockly is a library for building visual programming editors.
10 lines • 294 B
TypeScript
/** @file Re-exports of Blockly.thrasos.* modules. */
/**
* @license
* Copyright 2021 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import { RenderInfo } from './info.js';
import { Renderer } from './renderer.js';
export { Renderer, RenderInfo };
//# sourceMappingURL=thrasos.d.ts.map