ChildPropsinterface
{
readonly children: ReactNode;
}| Property | Type | |
|---|---|---|
.children | ReactNode | required readonly |
Props for a component that requires children.
{
readonly children: ReactNode;
}| Property | Type | |
|---|---|---|
.children | ReactNode | required readonly |
Props for a component that requires children.