Skip to main content

Interface: DialogHeadingProps

Defined in: composites/Dialog/Dialog.tsx:320

Props for the DialogHeading component.

Extends

  • Omit<React.HTMLAttributes<HTMLHeadingElement>, "style" | "className">

Indexable

[key: string]: HTMLAttributes<HTMLHeadingElement>

[key: number]: HTMLAttributes<HTMLHeadingElement>

[key: symbol]: HTMLAttributes<HTMLHeadingElement>

Properties

level?

optional level?: 4 | 6 | 5 | 2 | 3 | 1

Defined in: composites/Dialog/Dialog.tsx:328

HTML heading level.

Default

2