import { IVnode } from "../../viewEngin/component.model"; export interface IDraggableProps { instanceId?: string; extChildren?: IVnode[]; }