Register a Svelte widget globally. The widget is resolved when a
schema field has .meta({ component: name }) and no per-instance
or context-scoped widget map provides a matching entry.
For scoped registration, supply the widgets prop on
<SchemaComponent> or <SchemaProvider> instead.
Register a Svelte widget globally. The widget is resolved when a schema field has
.meta({ component: name })and no per-instance or context-scoped widget map provides a matching entry.For scoped registration, supply the
widgetsprop on<SchemaComponent>or<SchemaProvider>instead.