@synergy-design-system/components
Version:
This package provides the base of the Synergy Design System as native web components. It uses [lit](https://www.lit.dev) and parts of [shoelace](https://shoelace.style/). Synergy officially supports the latest two versions of all major browsers (as define
14 lines (13 loc) • 598 B
TypeScript
/**
* ---------------------------------------------------------------------
* 🔒 AUTOGENERATED BY VENDORISM
* Removing this comment will prevent it from being managed by it.
* ---------------------------------------------------------------------
*/
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;