/** 功能:导出统一 bottom-input runtime 实现者:alps 实现日期:2026-05-28 */ export { createBottomInputRuntime } from "../bottom-input/runtime.ts"; export type { BottomInputRuntime, FixedBottomEditorStatus } from "../bottom-input/runtime.ts";