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.

8 lines 257 B
import React from 'react'; import type { ImageProps } from 'react-native'; interface EyeIconProps extends Omit<ImageProps, 'source'> { size?: 'small'; } export declare const EyeIcon: React.FC<EyeIconProps>; export {}; //# sourceMappingURL=index.d.ts.map