Type Alias: PropsWithChildren<T>

Estimated reading time: less than 1 minute
type PropsWithChildren<T> = object & T

Type Declaration

children?

optional children: Children;

Type Parameters

T

T = { }