{"version":3,"file":"divider.d.ts","sources":["divider.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;AACA","sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport { BooleanInput } from '@angular/cdk/coercion';\nexport declare class MatDivider {\n /** Whether the divider is vertically aligned. */\n get vertical(): boolean;\n set vertical(value: boolean);\n private _vertical;\n /** Whether the divider is an inset divider. */\n get inset(): boolean;\n set inset(value: boolean);\n private _inset;\n static ngAcceptInputType_vertical: BooleanInput;\n static ngAcceptInputType_inset: BooleanInput;\n}\n"]}