fix SvelteComponentTyped constructor parmeter

pull/5870/head
Ivan Hofer 5 years ago
parent 28e5e45c6f
commit eb6fd8f9a4

@ -232,7 +232,7 @@ export class SvelteComponentTyped<
*/ */
$$slot_def: Slots; $$slot_def: Slots;
constructor(options: IComponentOptions) { constructor(options: IComponentOptions<Props>) {
super(options); super(options);
} }
} }

Loading…
Cancel
Save