fix: improved error reporting in super; improved draggable block icon padding

This commit is contained in:
Mo
2022-11-18 20:54:03 -06:00
parent e8b758214d
commit 24ff87c306
4 changed files with 13 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
*/
import {isPoint, Point} from './point';
type ContainsPointReturn = {
export type ContainsPointReturn = {
result: boolean;
reason: {
isOnTopSide: boolean;