UNPKG

@public-ui/components

Version:

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

8 lines (7 loc) 458 B
import type { Generic } from 'adopted-style-sheets'; export declare const inputCheckboxVariantOptions: readonly ["button", "default", "switch"]; export type InputCheckboxVariantPropType = (typeof inputCheckboxVariantOptions)[number]; export type PropVariantInputCheckbox = { variant: InputCheckboxVariantPropType; }; export declare const validateVariantInputCheckbox: (component: Generic.Element.Component, value?: InputCheckboxVariantPropType) => void;