-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathmodule.d-a335a842.d.ts
executable file
·18 lines (15 loc) · 1.1 KB
/
module.d-a335a842.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import * as i0 from '@angular/core';
import { M as MatCommonModule } from './common-module.d-1b789e68.js';
import * as i2 from '@angular/cdk/observers';
import { k as MatFormField, a as MatError, b as MatHint, d as MatPrefix, f as MatSuffix } from './form-field.d-e2081e20.js';
/** The floating label for a `mat-form-field`. */
declare class MatLabel {
static ɵfac: i0.ɵɵFactoryDeclaration<MatLabel, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MatLabel, "mat-label", never, {}, {}, never, never, true, never>;
}
declare class MatFormFieldModule {
static ɵfac: i0.ɵɵFactoryDeclaration<MatFormFieldModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<MatFormFieldModule, never, [typeof MatCommonModule, typeof i2.ObserversModule, typeof MatFormField, typeof MatLabel, typeof MatError, typeof MatHint, typeof MatPrefix, typeof MatSuffix], [typeof MatFormField, typeof MatLabel, typeof MatHint, typeof MatError, typeof MatPrefix, typeof MatSuffix, typeof MatCommonModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<MatFormFieldModule>;
}
export { MatLabel as M, MatFormFieldModule as a };