Default SvelteComponentResolver used by <SchemaComponent>
/ <SchemaView> when no theme adapter is provided via
<SchemaProvider>.
Each entry pairs a schema type with the Svelte component
constructor that should render it. makeSvelteRenderer
wraps the constructor into the
(props) =\> SvelteRenderDescriptor shape consumed by the
dispatcher.
Default SvelteComponentResolver used by
<SchemaComponent>/<SchemaView>when no theme adapter is provided via<SchemaProvider>.Each entry pairs a schema type with the Svelte component constructor that should render it. makeSvelteRenderer wraps the constructor into the
(props) =\> SvelteRenderDescriptorshape consumed by the dispatcher.