UNPKG

@eclipse-scout/core

Version:
7 lines 220 B
import { IconDesc, WidgetModel } from '../index'; export interface IconModel extends WidgetModel { autoFit?: boolean; iconDesc?: IconDesc | string; prepend?: boolean; } //# sourceMappingURL=IconModel.d.ts.map