1 | import { NbMenuItem } from '../../components/menu/menu.service';
|
2 | import { NbPositionedContainerComponent, NbRenderableContainer } from '../cdk/overlay/overlay-container';
|
3 | import * as i0 from "@angular/core";
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 | export declare class NbContextMenuComponent extends NbPositionedContainerComponent implements NbRenderableContainer {
|
20 | items: NbMenuItem[];
|
21 | tag: string;
|
22 | context: {
|
23 | items: NbMenuItem[];
|
24 | tag?: string;
|
25 | };
|
26 | |
27 |
|
28 |
|
29 |
|
30 | renderContent(): void;
|
31 | static ɵfac: i0.ɵɵFactoryDeclaration<NbContextMenuComponent, never>;
|
32 | static ɵcmp: i0.ɵɵComponentDeclaration<NbContextMenuComponent, "nb-context-menu", never, { "items": { "alias": "items"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "context": { "alias": "context"; "required": false; }; }, {}, never, never, false, never>;
|
33 | }
|