HStack
function exported by @mwillbanks/tuil-ink.
function
Public function exported by @mwillbanks/tuil-ink.
export function HStack(props: Omit<StackProps, "direction">): ReactNode;Members
This declaration has no public members.
Parameters
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
props | Omit<StackProps, "direction"> | Yes | Supplies the props value as Omit<StackProps, "direction">. | StackProps |
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