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.
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.