@engie-group/fluid-design-system-angular
Version:
Fluid Design System Angular
12 lines (11 loc) • 532 B
TypeScript
import * as i0 from "@angular/core";
export declare class MenuComponent {
/**
* Add a scrollbar if the height is more than `--nj-menu-max-height` (default to 224px)
*/
scrollable: boolean;
get classes(): string[];
static ɵfac: i0.ɵɵFactoryDeclaration<MenuComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "nj-menu", never, { "scrollable": { "alias": "scrollable"; "required": false; }; }, {}, never, ["*"], true, never>;
static ngAcceptInputType_scrollable: unknown;
}