MapperPropsinterface

{
	readonly children?: Elements;
}
PropertyType
.childrenElements
Collection of elements (compatible with React.ReactNode). readonly

Props for the Mapper component returned by createMapper().

  • children holds the pre-walked elements to dispatch.