UNPKG

expo-esc-pos-utils

Version:

Expo module for ESC/POS printer utilities, supporting image printing and text formatting

10 lines 418 B
import { NativeModule } from 'expo'; import { ExpoEscPosUtilsModuleEvents } from './ExpoEscPosUtils.types'; declare class ExpoEscPosUtilsModule extends NativeModule<ExpoEscPosUtilsModuleEvents> { PI: number; setValueAsync(value: string): Promise<void>; hello(): string; } declare const _default: typeof ExpoEscPosUtilsModule; export default _default; //# sourceMappingURL=ExpoEscPosUtilsModule.web.d.ts.map