/** 功能:导出线框美化功能的运行时入口与 UI 组件 实现者:alps 实现日期:2026-05-27 */ export { createPreviewComponent } from "./preview.ts"; export { disablePatch, enablePatch, getGlobalPatchState, getRuntimeTheme, recordChromeFrameLifecycleEvent } from "./patch.ts"; export type { ChromeFrameLifecycleEvent, PatchState } from "./patch.ts";