UNPKG

@public-ui/components

Version:

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

8 lines (7 loc) 381 B
import type { Generic } from 'adopted-style-sheets'; import type { WatchNumberOptions } from '../utils'; export type CurrentLengthPropType = number; export type PropCurrentLength = { currentLength: CurrentLengthPropType; }; export declare const validateCurrentLength: (component: Generic.Element.Component, value?: CurrentLengthPropType, options?: WatchNumberOptions) => void;