UNPKG

@public-ui/components

Version:

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

9 lines (8 loc) 366 B
import type { Generic } from 'adopted-style-sheets'; import type { WatchNumberOptions } from '../utils'; import type { RowsPropType } from './rows'; export type MaxPropType = number; export type PropMax = { max: MaxPropType; }; export declare const validateMax: (component: Generic.Element.Component, value?: RowsPropType, options?: WatchNumberOptions) => void;