@idraw/types
Advanced tools
Comparing version 0.4.0-beta.19 to 0.4.0-beta.20
{ | ||
"name": "@idraw/types", | ||
"version": "0.4.0-beta.19", | ||
"version": "0.4.0-beta.20", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.ts", |
@@ -5,3 +5,3 @@ import type { CoreOptions } from './core'; | ||
export type IDrawFeature = 'ruler' | 'scroll' | 'scale' | 'info'; // TODO other feature | ||
export type IDrawFeature = 'ruler' | 'scroll' | 'scale' | 'info' | 'selectInGroup'; // TODO other feature | ||
@@ -8,0 +8,0 @@ export interface IDrawSettings { |
28555