import { createStepUI } from "../utils/stepui.js"; import { getSteps } from "./config.js"; const ui = createStepUI({ title: "glTF 扩展工具", getSteps }); export const { runInteractive, showSummary } = ui;