fundamental-ngx
Version:
SAP Fundamentals, implemented in Angular
9 lines (8 loc) • 308 B
TypeScript
/**
* The side-navigation is a wrapping component representing
* a left navigation that can always display or expand/collapse using the menu icon within the global navigation.
*/
export declare class SideNavigationComponent {
/** Whether the side navigation is collapsed. */
collapsed: boolean;
}