A general Component has no implicit children prop. If desired, you can specify one as in Component<{name: String, children: JSX.Element}>.
Component
children
Component<{name: String, children: JSX.Element}>
Generated using TypeDoc
A general
Component
has no implicitchildren
prop. If desired, you can specify one as inComponent<{name: String, children: JSX.Element}>
.