OptionalChildPropsinterface
{
readonly children?: ReactNode | undefined;
}| Property | Type | |
|---|---|---|
.children | ReactNode | readonly |
Props for a component that optionally accepts children.
{
readonly children?: ReactNode | undefined;
}| Property | Type | |
|---|---|---|
.children | ReactNode | readonly |
Props for a component that optionally accepts children.