Skip to content

Commit 55a91fc

Browse files
authored
fix-export-type (#340)
1 parent f1942e5 commit 55a91fc

File tree

1 file changed

+1
-1
lines changed
  • packages/repluggable-core/src

1 file changed

+1
-1
lines changed

packages/repluggable-core/src/API.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ interface AppHostPlugins {
331331
}
332332
}
333333

334-
export {CustomCreateExtensionSlot}
334+
export type {CustomCreateExtensionSlot}
335335

336336
export interface AppHostOptions {
337337
readonly logger?: HostLogger

0 commit comments

Comments
 (0)