UNPKG

petals-ui

Version:
11 lines (7 loc) 236 B
import { IGraphicComponent } from '../../graphic'; import { ImageSize } from './aliases'; interface IImageComponent extends IGraphicComponent { readonly width: ImageSize; readonly height: ImageSize; } export { IImageComponent };