@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
6 lines (5 loc) • 353 B
TypeScript
import type { FillAction } from './utils/FillAction';
declare const testInputValueReflection: <ElementType extends {
_value?: unknown;
} & (HTMLElement | SVGElement)>(componentName: string, testValue?: unknown, fillAction?: FillAction, additionalProperties?: string, equalityCheck?: "toBe" | "toEqual") => void;
export { testInputValueReflection };