UNPKG

react-native-brother-print

Version:

React Native module for printing with Brother printers via WiFi and Bluetooth

13 lines (11 loc) 269 B
declare module 'react-native-brother-print' { export function printImageViaWifi( uri: string, ipAddress: string, modelName: string ): Promise<void>; export function printImageViaBluetooth( uri: string, modelName: string ): Promise<void>; }