@idraw/board
Advanced tools
Comparing version 0.0.4-alpha.12 to 0.0.4-alpha.13
@@ -5,2 +5,3 @@ import { TypeBoardOptions } from '@idraw/types'; | ||
import { TypePoint } from '@idraw/types'; | ||
import { TypePointCursor } from '@idraw/types'; | ||
import { TypeScreenContext } from '@idraw/types'; | ||
@@ -50,3 +51,3 @@ import { TypeScreenPosition } from '@idraw/types'; | ||
}; | ||
setCursor(cursor: TypeCursor): void; | ||
setCursor(cursor: TypePointCursor): void; | ||
resetCursor(): void; | ||
@@ -182,6 +183,4 @@ resetSize(opts: TypeBoardSizeOptions): void; | ||
declare type TypeCursor = 'auto' | 'move' | 'n-resize' | 'e-resize' | 's-resize' | 'w-resize' | 'ne-resize' | 'nw-resize' | 'se-resize' | 'sw-resize' | 'grab'; | ||
declare const _watcher: unique symbol; | ||
export { } |
{ | ||
"name": "@idraw/board", | ||
"version": "0.0.4-alpha.12", | ||
"version": "0.0.4-alpha.13", | ||
"description": "", | ||
@@ -26,6 +26,6 @@ "main": "dist/index.cjs.js", | ||
"devDependencies": { | ||
"@idraw/types": "^0.0.4-alpha.12" | ||
"@idraw/types": "^0.0.4-alpha.13" | ||
}, | ||
"dependencies": { | ||
"@idraw/util": "^0.0.4-alpha.12" | ||
"@idraw/util": "^0.0.4-alpha.13" | ||
}, | ||
@@ -35,3 +35,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "fe7217556d69db50413433572b85deb6d69730b7" | ||
"gitHead": "e040d8b63f157d64fb30398a7e4a6b625a5930af" | ||
} |
131074
Updated@idraw/util@^0.0.4-alpha.13