/** * SharePoint property pane choice group image size. */ export interface PropertyPaneChoiceGroupImageSize { /** * The width of the image. */ width: number; /** * The height of the image. */ height: number; } //# sourceMappingURL=propertyPaneChoiceGroupImageSize.d.ts.map