import { getNineSliceStyle, UI_CHROME } from '../../uiAssets'; /** * RPG 运行态模态加载占位。 * 第三批收口后真实落点迁入 `rpg-runtime-shell`。 */ export function ModalLoadingFallback({ label, onClose, }: { label: string; onClose?: (() => void) | null; }) { return (