UNPKG

react-native-bluetooth-obd-manager

Version:

A React Native hook library to manage Bluetooth Low Energy connections and communication with ELM327 OBD-II adapters.

6 lines 167 B
import { type FC, type ReactNode } from 'react'; declare const Wrapper: FC<{ children: ReactNode; }>; export default Wrapper; //# sourceMappingURL=Wrapper.d.ts.map