UNPKG

@public-ui/components

Version:

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

12 lines (11 loc) 294 B
import type { MsgPropType, TouchedPropType } from '../../schema'; export declare const getRenderStates: (state: { _msg?: MsgPropType; _hint?: string; _id: string; _touched?: TouchedPropType; }) => { hasError: boolean; hasHint: boolean; ariaDescribedBy: string[]; };