import { ComponentHarness } from '@angular/cdk/testing'; /** * @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 */ /** * Base class for custom form-field control harnesses. Harnesses for * custom controls with form-fields need to implement this interface. */ class MatFormFieldControlHarness extends ComponentHarness { } /** * @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 */ export { MatFormFieldControlHarness }; //# sourceMappingURL=control.js.map