UNPKG

@angular/material

Version:
31 lines (26 loc) 1.1 kB
import { BooleanInput } from '@angular/cdk/coercion'; import * as i0 from '@angular/core'; import * as i2 from '@angular/material/core'; declare namespace i1 { export { MatDivider } } export declare class MatDivider { /** Whether the divider is vertically aligned. */ get vertical(): boolean; set vertical(value: BooleanInput); private _vertical; /** Whether the divider is an inset divider. */ get inset(): boolean; set inset(value: BooleanInput); private _inset; static ɵfac: i0.ɵɵFactoryDeclaration<MatDivider, never>; static ɵcmp: i0.ɵɵComponentDeclaration<MatDivider, "mat-divider", never, { "vertical": "vertical"; "inset": "inset"; }, {}, never, never, false, never>; } export declare class MatDividerModule { static ɵfac: i0.ɵɵFactoryDeclaration<MatDividerModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<MatDividerModule, [typeof i1.MatDivider], [typeof i2.MatCommonModule], [typeof i1.MatDivider, typeof i2.MatCommonModule]>; static ɵinj: i0.ɵɵInjectorDeclaration<MatDividerModule>; } export { }