Heading
function exported by @mwillbanks/tuil-ink.
function
Public function exported by @mwillbanks/tuil-ink.
export function Heading({
level = 1,
children,
...props
}: HeadingProps): ReactNode;Members
This declaration has no public members.
Parameters
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
{ level = 1, children, ...props } | HeadingProps | Yes | Supplies the { level = 1, children, ...props } value as HeadingProps. | HeadingProps |
Returns
ReactNode — Returns a value that satisfies ReactNode.
Related types: —
Throws
No thrown errors are documented for this declaration.
Related types
Source
View the secondary source reference