You are viewing documentation for the upcoming
v5
release. For the current stable version, see the
v4 readme on npm
.
Search
K
Guide
Integrations
API
Theme
Menu
ON THIS PAGE
#
Type Alias: PropsWithChildren<T>
Copy Markdown
Estimated reading time: less than 1 minute
type
PropsWithChildren
<
T
>
=
object
&
T
#
Type Declaration
#
children?
optional children
:
Children;
#
Type Parameters
#
T
T
= { }