@idraw/types
Advanced tools
Comparing version 0.4.0-alpha.7 to 0.4.0-beta.0
{ | ||
"name": "@idraw/types", | ||
"version": "0.4.0-alpha.7", | ||
"version": "0.4.0-beta.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.ts", |
import type { CoreOptions } from './core'; | ||
export type IDrawOptions = CoreOptions; | ||
export type IDrawOptions = CoreOptions & { | ||
disableScroll?: boolean; | ||
disableSelect?: boolean; | ||
disableScale?: boolean; | ||
disableRuler?: boolean; | ||
disableTextEdit?: boolean; | ||
}; |
22706
611