Skip to content

Commit 53d6cc3

Browse files
authored
export-type (#336)
1 parent 1a0422a commit 53d6cc3

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

packages/repluggable-core/src/API.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,8 @@ interface AppHostPlugins {
339339
}
340340
}
341341

342+
export {CustomCreateExtensionSlot}
343+
342344
export interface AppHostOptions {
343345
readonly logger?: HostLogger
344346
readonly monitoring: MonitoringOptions

packages/repluggable-core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export {
1313
AnySlotKey,
1414
SlotKey,
1515
ReactComponentContributor,
16+
CustomCreateExtensionSlot,
1617
ReducersMapObjectContributor,
1718
EntryPointInterceptor,
1819
ShellLogger,

packages/repluggable/src/API.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
ExtensionItem,
1212
CustomExtensionSlot,
1313
CustomExtensionSlotHandler,
14+
CustomCreateExtensionSlot,
1415
AnySlotKey,
1516
SlotKey,
1617
ReactComponentContributor,
@@ -38,6 +39,7 @@ export {
3839
ExtensionSlot,
3940
ExtensionItem,
4041
CustomExtensionSlot,
42+
CustomCreateExtensionSlot,
4143
CustomExtensionSlotHandler,
4244
AnySlotKey,
4345
SlotKey,

0 commit comments

Comments
 (0)