UNPKG

@public-ui/components

Version:

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

8 lines (7 loc) 297 B
import type { Generic } from 'adopted-style-sheets'; type AriaControlsPropType = string; export type PropAriaControls = { ariaControls: AriaControlsPropType; }; export declare const validateAriaControls: (component: Generic.Element.Component, value?: AriaControlsPropType) => void; export {};