UNPKG

@public-ui/components

Version:

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

7 lines (6 loc) 269 B
import type { Generic } from 'adopted-style-sheets'; export type TabIndexPropType = number; export type PropTabIndex = { tabIndex: TabIndexPropType; }; export declare const validateTabIndex: (component: Generic.Element.Component, value?: TabIndexPropType) => void;