UNPKG

js-draw

Version:

Draw pictures using a pen, touchscreen, or mouse! JS-draw is a drawing library for JavaScript and TypeScript.

7 lines (6 loc) 161 B
import BaseTool from './BaseTool'; export default class ToolEnabledGroup { private activeTool; constructor(); notifyEnabled(tool: BaseTool): void; }