Tldraw/packages/editor/src/lib/editor/tools/FrameShapeTool/FrameShapeTool.ts

9 wiersze
207 B
TypeScript

import { BaseBoxShapeTool } from '../BaseBoxShapeTool/BaseBoxShapeTool'
export class FrameShapeTool extends BaseBoxShapeTool {
static override id = 'frame'
static initial = 'idle'
shapeType = 'frame'
}