Skip to content

Commit b57116f

Browse files
committed
refactor: fix typescript 3.7 compilation errors.
Fixes `Import declaration conflicts with local declaration` error.
1 parent 06dabae commit b57116f

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/components-examples/material/table/table-multiple-header-footer/table-multiple-header-footer-example.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
import {Component} from '@angular/core';
22
import {Transaction} from '../table-footer-row/table-footer-row-example';
33

4-
export interface Transaction {
5-
item: string;
6-
cost: number;
7-
}
8-
94
/**
105
* @title Table with multiple header and footer rows
116
*/

src/material-experimental/mdc-form-field/form-field.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ import {MatFormFieldNotchedOutline} from './directives/notched-outline';
5151
import {MatPrefix} from './directives/prefix';
5252
import {MatSuffix} from './directives/suffix';
5353

54-
/** Type for the available floatLabel values. */
55-
export type FloatLabelType = 'always' | 'auto';
56-
5754
/** Possible appearance styles for the form field. */
5855
export type MatFormFieldAppearance = 'fill' | 'outline';
5956

0 commit comments

Comments
 (0)