UNPKG

react-native-smartconfig-esp

Version:
11 lines (10 loc) 266 B
declare module 'react-native-smartconfig-esp' { function start(config: { type: 'esptouch' | 'airkiss', ssid: string, password: string, bssid?: string, timeout?: number }): Promise<string>; function stop(): void; }