import type { CssLength } from '@breadstone/mosaik-themes'; /** * Represents the `ISheetElementProps` interface. * * @public */ export interface ISheetElementProps { /** * Gets or sets the `height` property. * Defines the maximum height of the sheet element. * * @public */ height: CssLength; } //# sourceMappingURL=ISheetElementProps.d.ts.map