OptionalChildPropsinterface

{
	readonly children?: ReactNode | undefined;
}
PropertyType
.childrenReactNode
readonly

Props for a component that optionally accepts children.