UNPKG

@public-ui/components

Version:

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

8 lines (7 loc) 354 B
import type { Generic } from 'adopted-style-sheets'; import type { WatchBooleanOptions } from '../utils'; export type HasValuePropType = boolean; export type PropHasValue = { hasValue: HasValuePropType; }; export declare const validateHasValue: (component: Generic.Element.Component, value?: HasValuePropType, options?: WatchBooleanOptions) => void;