MapperPropstype

E & {
	readonly children?: Elements;
}
Type
Elements
Collection of elements (compatible with React.ReactNode).

Props for the Mapper component returned by createMapper().

  • children holds the pre-walked elements to dispatch.
  • All other props are spread onto every mapped child as additional props (E).