blockly
Version:
Blockly is a library for building visual programming editors.
18 lines (15 loc) • 361 B
TypeScript
/**
* @license
* Copyright 2020 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
export const colour: any;
export const lists: any;
export const logic: any;
export const loops: any;
export const math: any;
export const procedures: any;
export const texts: any;
export const variables: any;
export const variablesDynamic: any;
export const blocks: any;