Skip to content

Commit

Permalink
fix: export ComponentType (#8694)
Browse files Browse the repository at this point in the history
* fix: export ComponentType

* ughh

* changeset
  • Loading branch information
gtm-nayan committed Jun 8, 2023
1 parent 1046dab commit 0b15bb6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/beige-boxes-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'svelte': patch
---

fix: export ComponentType from `svelte` entrypoint
3 changes: 2 additions & 1 deletion packages/svelte/src/runtime/public.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ import './ambient.js';

export type {
ComponentConstructorOptions,
ComponentEvents,
ComponentProps,
ComponentEvents
ComponentType
} from './internal/public.js';

export * from './index.js';

0 comments on commit 0b15bb6

Please sign in to comment.