UNPKG

@public-ui/components

Version:

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

7 lines (6 loc) 264 B
import type { Generic } from 'adopted-style-sheets'; export type TouchedPropType = boolean; export type PropTouched = { touched: TouchedPropType; }; export declare const validateTouched: (component: Generic.Element.Component, value?: TouchedPropType) => void;