import { EditorHost } from '../core'; import { IGraphicElement } from './base'; export interface ShapeProps { element: T; host: EditorHost; }