import { PlatformEntryFlowShellImpl } from './PlatformEntryActiveFlowShell'; import type { PlatformEntryFlowShellProps, SelectionStage, } from './platformEntryActiveTypes'; export type { PlatformEntryFlowShellProps, SelectionStage }; /** * 平台入口通用壳层。 * 平台运行入口承载新创作主页、项目、编辑器与账户公共能力。 */ export function PlatformEntryFlowShell(props: PlatformEntryFlowShellProps) { return ; } export default PlatformEntryFlowShell;