UNPKG

botframework-schema

Version:

Activity schema for the Microsoft Bot Framework.

14 lines 311 B
/** * 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