fundamental-ngx
Version:
SAP Fiori Fundamentals, implemented in Angular
18 lines (17 loc) • 425 B
TypeScript
/**
* Main content of the panel can that hold lists, table, tree, text, form or any other information.
*
* ```html
* <fd-panel>
* <fd-panel-body>
* Some text can go here!
* </fd-panel-body>
* </fd-panel>
* ```
*/
export declare class PanelBodyComponent {
/** @hidden */
fdPanelBodyClass: boolean;
/** Whether the edges of the panel should have bleeding padding. */
bleed: boolean;
}