UNPKG

@public-ui/components

Version:

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

6 lines (5 loc) 396 B
import type { SimpleProp } from './helpers/factory'; export declare const headingLevelOptions: readonly [0, 1, 2, 3, 4, 5, 6]; export type HeadingLevel = (typeof headingLevelOptions)[number]; export type LevelProp = SimpleProp<'level', HeadingLevel>; export declare const levelProp: import("./helpers/factory").PropDefinition<import("./helpers/factory").InternalPropValue<LevelProp>, LevelProp>;