@progress/kendo-angular-layout
Version:
Kendo UI for Angular Layout Package - a collection of components to create professional application layoyts
24 lines (23 loc) • 985 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import * as i0 from "@angular/core";
/**
* Contains the main content of the `TileLayoutItem` component.
*
* @example
* ```html
* <kendo-tilelayout-item>
* <kendo-tilelayout-item-body>
* <p>Main content goes here</p>
* </kendo-tilelayout-item-body>
* </kendo-tilelayout-item>
* ```
*/
export declare class TileLayoutItemBodyComponent {
hostClass: boolean;
minHeight: number;
static ɵfac: i0.ɵɵFactoryDeclaration<TileLayoutItemBodyComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TileLayoutItemBodyComponent, "kendo-tilelayout-item-body", never, {}, {}, never, ["*"], true, never>;
}