UNPKG

@public-ui/components

Version:

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

8 lines (7 loc) 348 B
import type { Generic } from 'adopted-style-sheets'; import type { WatchBooleanOptions } from '../utils'; export type HideMsgPropType = boolean; export type PropHideMsg = { hideMsg: HideMsgPropType; }; export declare const validateHideMsg: (component: Generic.Element.Component, value?: HideMsgPropType, options?: WatchBooleanOptions) => void;