UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

7 lines (6 loc) 253 B
import type { MsgPropType, Stringified } from '../schema'; declare const testInputMessage: <ElementType extends { _msg?: Stringified<MsgPropType>; _touched?: boolean; } & HTMLElement>(componentName: string) => void; export { testInputMessage };