UNPKG

@material/web

Version:
14 lines (13 loc) 358 B
/** * @license * Copyright 2022 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { Harness } from '../testing/harness.js'; import { Switch } from './internal/switch.js'; /** * Test harness for switch elements. */ export declare class SwitchHarness extends Harness<Switch> { protected getInteractiveElement(): Promise<HTMLInputElement>; }