UNPKG

fundamental-ngx

Version:

SAP Fiori Fundamentals, implemented in Angular

14 lines (13 loc) 267 B
/** * Applies fundamental layout and styling to the contents of a modal body. * * ```html * <fd-modal-body> * <div>Modal body content</div> * </fd-modal-body> * ``` */ export declare class ModalBodyComponent { /** @hidden */ modalBody: boolean; }