UNPKG

@public-ui/components

Version:

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

8 lines (7 loc) 396 B
import type { Generic } from 'adopted-style-sheets'; import type { KoliBriTableSelection, Stringified } from '../types'; export type TableSelectionPropType = Stringified<KoliBriTableSelection>; export type PropTableSelection = { selection: TableSelectionPropType; }; export declare const validateTableSelection: (component: Generic.Element.Component, value?: TableSelectionPropType) => void;