@synergy-design-system/components
Version:
8 lines (7 loc) • 342 B
TypeScript
import type { SynergyFormControl } from '../synergy-element.js';
/** Runs a set of generic tests for Synergy form controls */
export declare function runFormControlBaseTests<T extends SynergyFormControl = SynergyFormControl>(tagNameOrConfig: string | {
tagName: string;
init?: (control: T) => void;
variantName: string;
}): void;