Last change
on this file since 59329aa was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
964 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | /**
|
---|
| 2 | * @license
|
---|
| 3 | * Copyright Google LLC All Rights Reserved.
|
---|
| 4 | *
|
---|
| 5 | * Use of this source code is governed by an MIT-style license that can be
|
---|
| 6 | * found in the LICENSE file at https://angular.io/license
|
---|
| 7 | */
|
---|
| 8 | import { BooleanInput } from '@angular/cdk/coercion';
|
---|
| 9 | import * as ɵngcc0 from '@angular/core';
|
---|
| 10 | export declare class MatDivider {
|
---|
| 11 | /** Whether the divider is vertically aligned. */
|
---|
| 12 | get vertical(): boolean;
|
---|
| 13 | set vertical(value: boolean);
|
---|
| 14 | private _vertical;
|
---|
| 15 | /** Whether the divider is an inset divider. */
|
---|
| 16 | get inset(): boolean;
|
---|
| 17 | set inset(value: boolean);
|
---|
| 18 | private _inset;
|
---|
| 19 | static ngAcceptInputType_vertical: BooleanInput;
|
---|
| 20 | static ngAcceptInputType_inset: BooleanInput;
|
---|
| 21 | static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatDivider, never>;
|
---|
| 22 | static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<MatDivider, "mat-divider", never, { "vertical": "vertical"; "inset": "inset"; }, {}, never, never>;
|
---|
| 23 | }
|
---|
| 24 |
|
---|
| 25 | //# sourceMappingURL=divider.d.ts.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.