1 | import { NbComponentSize } from '../component-size';
|
2 | import { NbPosition } from '../cdk/overlay/overlay-position';
|
3 | import * as i0 from "@angular/core";
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 | export declare class NbOptionListComponent<T> {
|
21 | size: NbComponentSize;
|
22 | position: NbPosition;
|
23 | get positionTop(): boolean;
|
24 | get positionBottom(): boolean;
|
25 | get sizeTiny(): boolean;
|
26 | get sizeSmall(): boolean;
|
27 | get sizeMedium(): boolean;
|
28 | get sizeLarge(): boolean;
|
29 | get sizeGiant(): boolean;
|
30 | static ɵfac: i0.ɵɵFactoryDeclaration<NbOptionListComponent<any>, never>;
|
31 | static ɵcmp: i0.ɵɵComponentDeclaration<NbOptionListComponent<any>, "nb-option-list", never, { "size": { "alias": "size"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, ["*"], false, never>;
|
32 | }
|