mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
fix: export the layer constants. (#8256)
* fix: export the layer constants. * refactor: remove @internal annotations from layer constants.
This commit is contained in:
@@ -7,13 +7,11 @@
|
||||
/**
|
||||
* The layer to place blocks on.
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
export const BLOCK = 50;
|
||||
|
||||
/**
|
||||
* The layer to place bubbles on.
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
export const BUBBLE = 100;
|
||||
|
||||
Reference in New Issue
Block a user