Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Nov 7, 2024
1 parent 26231e9 commit 520b52f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
declare const TestRunes: import("svelte").Component<{
type $$ComponentProps = {
foo: string;
bar?: number;
}, {
};
declare const TestRunes: import("svelte").Component<$$ComponentProps, {
baz: () => void;
}, "bar">;
type TestRunes = ReturnType<typeof TestRunes>;
Expand Down

0 comments on commit 520b52f

Please sign in to comment.