Element types the MUI resolver renders into. Every slot is the MUI
component the corresponding render function expects to find at the
call site; consumers wire these in once via createMuiResolver so
the resolver can be used in SSR and multi-tenant contexts where two
callers might inject different element types.
Element types the MUI resolver renders into. Every slot is the MUI component the corresponding render function expects to find at the call site; consumers wire these in once via
createMuiResolverso the resolver can be used in SSR and multi-tenant contexts where two callers might inject different element types.