From 9f1c0792530ee9e96c6c450fed5617a77ad61e2d Mon Sep 17 00:00:00 2001 From: RSWilli Date: Tue, 18 Oct 2022 08:40:07 +0200 Subject: [PATCH] change typescript types to work with strict types --- index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.d.ts b/index.d.ts index f53a377..0911279 100644 --- a/index.d.ts +++ b/index.d.ts @@ -58,10 +58,10 @@ export class Meta extends SvelteComponentTyped & BaseAnnotations {} +export class Story extends SvelteComponentTyped { } /** * Template. * * Allow to reuse definition between stories. */ -export class Template extends SvelteComponentTyped {} \ No newline at end of file +export class Template extends SvelteComponentTyped { } \ No newline at end of file