[59329aa] | 1 | import * as i0 from "@angular/core";
|
---|
| 2 | import * as i1 from "@angular/common";
|
---|
| 3 | export 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 | }
|
---|
| 25 | export 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 | }
|
---|