/** * 核心架构模块 * 提供事件发射器和蓝牙打印机主类 */ export { EventEmitter } from './EventEmitter'; export { BluetoothPrinter } from './BluetoothPrinter';