/** * Represents the public props of `DockPanelElement`. * * @public */ export interface IDockPanelElementProps { /** * If true, the last visible child fills the remaining space. * * @default true * @attr last-child-fill */ lastChildFill: boolean; } //# sourceMappingURL=IDockPanelElementProps.d.ts.map