UNPKG

@100mslive/react-native-room-kit

Version:

100ms Room Kit provides simple & easy to use UI components to build Live Streaming & Video Conferencing experiences in your apps.

6 lines 252 B
declare let ImagePicker: { launchCamera: (options: Record<string, any>) => Promise<any>; launchImageLibrary: (options: Record<string, any>) => Promise<any>; } | undefined; export { ImagePicker }; //# sourceMappingURL=imagePickerWrapper.d.ts.map