5 lines
170 B
TypeScript
5 lines
170 B
TypeScript
|
|
export { SetupWizard } from './SetupWizard';
|
||
|
|
export type { SetupStepConfig, SetupStepProps } from './SetupWizard';
|
||
|
|
export * from './steps';
|
||
|
|
export * from './components';
|