UNPKG

@public-ui/components

Version:

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

8 lines (7 loc) 328 B
import type { Generic } from 'adopted-style-sheets'; import type { WatchBooleanOptions } from '../utils'; export type ShowPropType = boolean; export type PropShow = { show: ShowPropType; }; export declare const validateShow: (component: Generic.Element.Component, value?: ShowPropType, hooks?: WatchBooleanOptions) => void;