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) 920 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 footer. * The footer can include additional information, actions, or links related to the Card's content. * * @example * ```html * <kendo-card-footer> * <p>Footer content</p> * </kendo-card-footer> * ``` */ export declare class CardFooterComponent { hostClass: boolean; static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "kendo-card-footer", never, {}, {}, never, ["*"], true, never>; }