UNPKG

@public-ui/components

Version:

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

8 lines (7 loc) 302 B
import type { Generic } from 'adopted-style-sheets'; import { type HeadingLevel } from './label'; export type LevelPropType = HeadingLevel; export type PropLevel = { level: LevelPropType; }; export declare const validateLevel: (component: Generic.Element.Component, value?: LevelPropType) => void;