schema-components - v3.7.0
    Preparing search index...

    Type Alias SvelteComponentConstructor

    SvelteComponentConstructor: Component<SvelteRenderProps>

    The raw Svelte 5 component constructor type. Aliased so consumers have a single name to import — Component<SvelteRenderProps> is exact, but reading SvelteComponentConstructor at call sites keeps the framework dependency localised to this module.