import type { IShape } from '../shape'; import type { IRendererEvent } from './i-renderer-event'; export interface IShapeRightClickEvent extends IRendererEvent { }