Container
function exported by @mwillbanks/tuil-ink.
function
Public function exported by @mwillbanks/tuil-ink.
export function Container({
maxWidth = 80,
width = "100%",
...props
}: ContainerProps): ReactNode;Members
This declaration has no public members.
Parameters
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
{ maxWidth = 80, width = "100%", ...props } | ContainerProps | Yes | Supplies the { maxWidth = 80, width = "100%", ...props } value as ContainerProps. | ContainerProps |
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