UNPKG

blockly

Version:

Blockly is a library for building visual programming editors.

16 lines 281 B
/** * @license * Copyright 2023 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * The layer to place blocks on. * */ export declare const BLOCK = 50; /** * The layer to place bubbles on. * */ export declare const BUBBLE = 100; //# sourceMappingURL=layers.d.ts.map