source: trip-planner-front/node_modules/@angular/material/core/line/line.d.ts.__ivy_ngcc_bak@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 766 bytes
Line 
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 */
8import { ElementRef, QueryList } from '@angular/core';
9/**
10 * Shared directive to count lines inside a text area, such as a list item.
11 * Line elements can be extracted with a @ContentChildren(MatLine) query, then
12 * counted by checking the query list's length.
13 */
14export declare class MatLine {
15}
16/**
17 * Helper that takes a query list of lines and sets the correct class on the host.
18 * @docs-private
19 */
20export declare function setLines(lines: QueryList<unknown>, element: ElementRef<HTMLElement>, prefix?: string): void;
21export declare class MatLineModule {
22}
Note: See TracBrowser for help on using the repository browser.