A map of component names to React components. The component names are the names used within the
locale resources, eg a key of SearchTerm should be rendered as <SearchTerm/> or
<SearchTerm>{{term}}</SearchTerm> (no whitespace in tag, nor attributes).
The components receives children, but no other props.
A map of component names to React components. The component names are the names used within the locale resources, eg a key of
SearchTerm
should be rendered as<SearchTerm/>
or<SearchTerm>{{term}}</SearchTerm>
(no whitespace in tag, nor attributes).The components receives
children
, but no other props.