Skip to content

Commit

Permalink
refactor: update to Svelte 5
Browse files Browse the repository at this point in the history
  • Loading branch information
atu-record committed Dec 15, 2024
1 parent f2be0e5 commit e6bb811
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/pkg/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import type { SbSDKOptions } from "@storyblok/js";
import type { SvelteComponent } from "svelte";

export interface SbSvelteComponentsMap {
// @ts-ignore
[name: string]: typeof SvelteComponent<any>;
[name: string]: typeof SvelteComponent;
}

export interface SbSvelteSDKOptions extends SbSDKOptions {
Expand Down

0 comments on commit e6bb811

Please sign in to comment.