Files
Genarrative/src/components/platform-entry/index.ts
2026-04-22 20:14:15 +08:00

10 lines
259 B
TypeScript

export {
PlatformEntryFlowShell,
type PlatformEntryFlowShellProps,
type SelectionStage,
} from './PlatformEntryFlowShell';
export {
PlatformEntryCreationTypeModal,
type PlatformEntryCreationTypeModalProps,
} from './PlatformEntryCreationTypeModal';