UNPKG

@obliczeniowo/elementary

Version:
11 lines (10 loc) 269 B
import { Type } from '@angular/core'; import { BoxItemType } from '../types/types'; export interface ComponentData { id: string; type: Type<any>; inputOutputComponent?: Type<any>; value?: any; removable?: boolean; connectorType?: BoxItemType; }