UNPKG

@angular/material

Version:
15 lines (14 loc) 492 B
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ import { ComponentHarness } from '@angular/cdk/testing'; /** * Base class for custom form-field control harnesses. Harnesses for * custom controls with form-fields need to implement this interface. */ export declare abstract class MatFormFieldControlHarness extends ComponentHarness { }