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 1d0d3ee commit 1235649Copy full SHA for 1235649
designer/src/workspace/index.ts
@@ -4,6 +4,7 @@ export * from './sequence';
4
export * from './start-stop-root';
5
export * from './container-step';
6
export * from './grid';
7
+export * from './launch-pad-step';
8
export * from './switch-step';
9
export * from './task-step';
10
export * from './viewport';
designer/src/workspace/launch-pad-step/index.ts
@@ -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