UNPKG

@progress/kendo-angular-layout

Version:

Kendo UI for Angular Layout Package - a collection of components to create professional application layoyts

22 lines (21 loc) 899 B
/**----------------------------------------------------------------------------------------- * 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"; /** * Defines the content in the Card body. * The body is the main area of the Card where the primary content is displayed. * * @example * ```html * <kendo-card-body> * <p>Main content of the card.</p> * </kendo-card-body> * ``` */ export declare class CardBodyComponent { hostClass: boolean; static ɵfac: i0.ɵɵFactoryDeclaration<CardBodyComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CardBodyComponent, "kendo-card-body", never, {}, {}, never, ["*"], true, never>; }