We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26231e9 commit 520b52fCopy full SHA for 520b52f
packages/svelte2tsx/test/emitDts/samples/javascript-runes.v5/expected/TestRunes.svelte.d.ts
@@ -1,7 +1,8 @@
1
-declare const TestRunes: import("svelte").Component<{
+type $$ComponentProps = {
2
foo: string;
3
bar?: number;
4
-}, {
+};
5
+declare const TestRunes: import("svelte").Component<$$ComponentProps, {
6
baz: () => void;
7
}, "bar">;
8
type TestRunes = ReturnType<typeof TestRunes>;
0 commit comments