source: trip-planner-front/node_modules/primeng/divider/divider.d.ts@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.2 KB
Line 
1import * as i0 from "@angular/core";
2import * as i1 from "@angular/common";
3export declare class Divider {
4 styleClass: string;
5 style: any;
6 layout: string;
7 type: string;
8 align: string;
9 containerClass(): {
10 'p-divider p-component': boolean;
11 'p-divider-horizontal': boolean;
12 'p-divider-vertical': boolean;
13 'p-divider-solid': boolean;
14 'p-divider-dashed': boolean;
15 'p-divider-dotted': boolean;
16 'p-divider-left': boolean;
17 'p-divider-center': boolean;
18 'p-divider-right': boolean;
19 'p-divider-top': boolean;
20 'p-divider-bottom': boolean;
21 };
22 static ɵfac: i0.ɵɵFactoryDeclaration<Divider, never>;
23 static ɵcmp: i0.ɵɵComponentDeclaration<Divider, "p-divider", never, { "styleClass": "styleClass"; "style": "style"; "layout": "layout"; "type": "type"; "align": "align"; }, {}, never, ["*"]>;
24}
25export declare class DividerModule {
26 static ɵfac: i0.ɵɵFactoryDeclaration<DividerModule, never>;
27 static ɵmod: i0.ɵɵNgModuleDeclaration<DividerModule, [typeof Divider], [typeof i1.CommonModule], [typeof Divider]>;
28 static ɵinj: i0.ɵɵInjectorDeclaration<DividerModule>;
29}
Note: See TracBrowser for help on using the repository browser.