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 f74dddd commit a52898eCopy full SHA for a52898e
packages/svelte/src/runtime/public.d.ts
@@ -2,6 +2,7 @@ import './ambient.js';
2
3
export type {
4
ComponentConstructorOptions,
5
+ ComponentEvents,
6
ComponentProps,
- ComponentEvents
7
+ ComponentType,
8
} from './internal/public.js';
0 commit comments