Skip to content

Commit 1235649

Browse files
committed
expose interfaces.
1 parent 1d0d3ee commit 1235649

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

designer/src/workspace/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export * from './sequence';
44
export * from './start-stop-root';
55
export * from './container-step';
66
export * from './grid';
7+
export * from './launch-pad-step';
78
export * from './switch-step';
89
export * from './task-step';
910
export * from './viewport';
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export * from './launch-pad-step-component-view';
2+
export * from './launch-pad-step-component-view-configuration';
3+
export * from './launch-pad-step-extension-configuration';

0 commit comments

Comments
 (0)