rfid-mobile
Version:
RFID Mobile Module for Expo, (Android only currently)
10 lines • 357 B
TypeScript
import { NativeModule } from "expo";
import type { RfidModuleEvents } from "./Rfid.types";
declare class RfidModule extends NativeModule<RfidModuleEvents> {
PI: number;
setValueAsync(value: string): Promise<void>;
hello(): string;
}
declare const _default: typeof RfidModule;
export default _default;
//# sourceMappingURL=RfidModule.web.d.ts.map