@shoelace-style/shoelace
Version:
A forward-thinking library of web components.
8 lines (7 loc) • 347 B
TypeScript
import type { ShoelaceFormControl } from '../shoelace-element.js';
/** Runs a set of generic tests for Shoelace form controls */
export declare function runFormControlBaseTests<T extends ShoelaceFormControl = ShoelaceFormControl>(tagNameOrConfig: string | {
tagName: string;
init?: (control: T) => void;
variantName: string;
}): void;