You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
964 B
25 lines
964 B
/**
|
|
* @license
|
|
* Copyright Google LLC All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://angular.io/license
|
|
*/
|
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
import * as ɵngcc0 from '@angular/core';
|
|
export declare class MatDivider {
|
|
/** Whether the divider is vertically aligned. */
|
|
get vertical(): boolean;
|
|
set vertical(value: boolean);
|
|
private _vertical;
|
|
/** Whether the divider is an inset divider. */
|
|
get inset(): boolean;
|
|
set inset(value: boolean);
|
|
private _inset;
|
|
static ngAcceptInputType_vertical: BooleanInput;
|
|
static ngAcceptInputType_inset: BooleanInput;
|
|
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatDivider, never>;
|
|
static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MatDivider, "mat-divider", never, { "vertical": "vertical"; "inset": "inset"; }, {}, never, never>;
|
|
}
|
|
|
|
//# sourceMappingURL=divider.d.ts.map
|