@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
10 lines (9 loc) • 401 B
TypeScript
import type { HeadingLevel, HeadingProps, HeadingVariantPropType, LabelWithExpertSlotPropType } from '../../schema';
import type { JSX } from '../../stencil-public-runtime';
export declare class KolHeading implements HeadingProps {
render(): JSX.Element;
_label: LabelWithExpertSlotPropType;
_level?: HeadingLevel;
_secondaryHeadline?: string;
_variant?: HeadingVariantPropType;
}