MapperPropsinterface
{
readonly children?: Elements;
}| Property | Type | |
|---|---|---|
.children | Elements | Collection of elements (compatible with React.ReactNode). readonly |
Props for the Mapper component returned by createMapper().
childrenholds the pre-walked elements to dispatch.