refactor(inrernals): use one prop for all internals
This commit is contained in:
+1
-3
@@ -41,6 +41,4 @@ export const getBoundsofRects = (rect1: Rect, rect2: Rect): Rect =>
|
||||
|
||||
export const isNumeric = (n: any): n is number => !isNaN(n) && isFinite(n);
|
||||
|
||||
export const handleBoundsSymbol = Symbol('handleBounds');
|
||||
export const zSymbol = Symbol('z');
|
||||
export const isParentSymbol = Symbol('isParent');
|
||||
export const internalsSymbol = Symbol('internals');
|
||||
|
||||
Reference in New Issue
Block a user