UNPKG

fundamental-ngx

Version:

SAP Fiori Fundamentals, implemented in Angular

14 lines (13 loc) 274 B
/** * Applies fundamental layout and styling to the contents of a modal footer. * * ```html * <fd-modal-footer> * <button>Do action</button> * </fd-modal-footer> * ``` */ export declare class ModalFooterComponent { /** @hidden */ modalFooter: boolean; }