fix: export the layer constants. (#8256)

* fix: export the layer constants.

* refactor: remove @internal annotations from layer constants.
This commit is contained in:
Aaron Dodson
2024-07-09 15:25:20 -07:00
committed by GitHub
parent 17dfa462a3
commit 8323642d0e
2 changed files with 2 additions and 2 deletions

View File

@@ -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;