export function LazyEditorFallback({ label }: { label: string }) { return (
正在加载{label}...
); }