UNPKG

@microsoft/sp-webpart-base

Version:

SharePoint Framework support for building web parts

16 lines 346 B
/** * This interface represents the additional information about the control * * @internal */ export interface ICanvasControlInfo { /** * The width of the control container. */ width?: number; /** * The height of the control container. */ height?: number; } //# sourceMappingURL=ICanvasControlInfo.d.ts.map