Function: DialogHeading()
DialogHeading(
__namedParameters):any
Defined in: composites/Dialog/Dialog.tsx:337
The title part of a Dialog, using title.md typography tokens.
Wired to React Aria's slot="title" for accessibility.
Must be rendered inside a <Dialog> — throws otherwise.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | DialogHeadingProps |
Returns
any