fundamental-ngx
Version:
SAP Fiori Fundamentals, implemented in Angular
13 lines (12 loc) • 305 B
TypeScript
/**
* The action bar mobile component. This component should wrap all other action bar components, including the <fd-action-bar>.
*
* ```html
* <fd-action-bar-mobile>
* <fd-action-bar>
* </fd-action-bar>
* <fd-action-bar-mobile>
* ```
*/
export declare class ActionBarMobileComponent {
}