UNPKG

@public-ui/components

Version:

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

7 lines (6 loc) 245 B
import type { Generic } from 'adopted-style-sheets'; export type UnitPropType = string; export type PropUnit = { unit: UnitPropType; }; export declare const validateUnit: (component: Generic.Element.Component, value?: UnitPropType) => void;