UNPKG

@public-ui/components

Version:

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

8 lines (7 loc) 285 B
import type { Generic } from 'adopted-style-sheets'; type AriaSelectedPropType = boolean; export type PropAriaSelected = { ariaSelected: AriaSelectedPropType; }; export declare const validateAriaSelected: (component: Generic.Element.Component, value?: boolean) => void; export {};