UNPKG

react-native-star-io10

Version:

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

9 lines (8 loc) 238 B
export declare class DriveOneTimeSoundParameter { private _source; private _volume; get source(): string; get volume(): number; constructor(source: string); setVolume(volume: number): DriveOneTimeSoundParameter; }