UNPKG

tello-custom-ip

Version:

Tello drone client with custom IP address support, forked from @0x77/tellots

7 lines 209 B
import { EventEmitter } from "events"; export declare const video: { bind: () => Promise<EventEmitter<[never]>>; close: () => Promise<void>; }; export default video; //# sourceMappingURL=video.d.ts.map