Skip to content

Commit

Permalink
Merge pull request #100 from andrescera/fix-imports-on-index.d.ts-file
Browse files Browse the repository at this point in the history
fix: imports on index.d.ts file
  • Loading branch information
JReinhold authored Apr 12, 2023
2 parents b839a18 + 92d98b7 commit 2e2da7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { SvelteComponentTyped, SvelteComponent } from 'svelte';
import type { BaseMeta, BaseAnnotations, StoryContext } from '@storybook/addons';
import type { Addon_BaseMeta as BaseMeta, Addon_BaseAnnotations as BaseAnnotations, StoryContext } from '@storybook/types';


type DecoratorReturnType = void|SvelteComponent|{
Expand Down Expand Up @@ -64,4 +64,4 @@ export class Story extends SvelteComponentTyped<StoryProps, any, Slots> { }
*
* Allow to reuse definition between stories.
*/
export class Template extends SvelteComponentTyped<TemplateProps, any, Slots> { }
export class Template extends SvelteComponentTyped<TemplateProps, any, Slots> { }

0 comments on commit 2e2da7c

Please sign in to comment.