Class SvelteComponentTyped<Props, Events, Slots>
Type Parameters
Hierarchy
- SvelteComponent<Props, Events, Slots>
- SvelteComponentTyped (View Summary)
Indexable
- [prop: string]: any
Index
Constructors
Methods
Constructors
constructor
- new SvelteComponentTyped<
Props extends Record<string, any> = any,
Events extends Record<string, any> = any,
Slots extends Record<string, any> = any,
>(
options: ComponentConstructorOptions<Props>,
): SvelteComponentTyped<Props, Events, Slots> Type Parameters
Parameters
- options: ComponentConstructorOptions<Props>
Returns SvelteComponentTyped<Props, Events, Slots>
Deprecated
Use
SvelteComponent
instead. See PR for more information: https://github.com/sveltejs/svelte/pull/8512