UNPKG

@public-ui/components

Version:

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

4 lines (3 loc) 213 B
import type { HeadingLevel } from '../../schema'; import type { Generic } from 'adopted-style-sheets'; export declare const watchHeadingLevel: (component: Generic.Element.Component, value?: HeadingLevel) => void;