blob: 4184c75cf96f945e0c43fc7915f08f88bb9bfc8b [file] [log] [blame]
/**
* @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 { BaseHarnessFilters } from '@angular/cdk/testing';
export interface OptgroupHarnessFilters extends BaseHarnessFilters {
labelText?: string | RegExp;
}