UNPKG

@react-native-drivekit/trip-simulator

Version:
4 lines 193 B
import type { PresetTrip } from './types'; export declare function start(presetTrip: PresetTrip): Promise<void>; export declare function stop(): Promise<void>; //# sourceMappingURL=api.d.ts.map