UNPKG

@progress/kendo-angular-navigation

Version:

Kendo UI Navigation for Angular

27 lines (26 loc) 1.28 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; /** * Represents a template for customizing the footer of the ActionSheet. * To define the template, nest an `<ng-template>` tag * with the `kendoActionSheetFooterTemplate` directive inside the `<kendo-actionsheet>` tag. * * @example * ```html * <kendo-actionsheet> * <ng-template kendoActionSheetFooterTemplate> * <button kendoButton>Custom Footer Button</button> * </ng-template> * </kendo-actionsheet> * ``` */ export declare class ActionSheetFooterTemplateDirective { templateRef: TemplateRef<any>; constructor(templateRef: TemplateRef<any>); static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetFooterTemplateDirective, [{ optional: true; }]>; static ɵdir: i0.ɵɵDirectiveDeclaration<ActionSheetFooterTemplateDirective, "[kendoActionSheetFooterTemplate]", never, {}, {}, never, never, true, never>; }