UNPKG

react-native-star-io10

Version:

react-native-star-io10 is a library for supporting application development for Star Micronics devices.

8 lines (7 loc) 237 B
import { InterfaceType } from './InterfaceType'; export declare class StarConnectionSettings { static readonly FIRST_FOUND_DEVICE: string; interfaceType: InterfaceType; identifier: string; autoSwitchInterface: boolean; }