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.

11 lines 355 B
import React from 'react'; import type { ImageProps, StyleProp, ViewStyle } from 'react-native'; type RadioIconProps = Omit<ImageProps, 'source'> & ({ size?: 'normal'; } | { size?: 'extra-large'; containerStyle?: StyleProp<ViewStyle>; }); export declare const RadioIcon: React.FC<RadioIconProps>; export {}; //# sourceMappingURL=index.d.ts.map