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 264 B
import React from 'react'; import type { ImageProps } from 'react-native'; interface PinIconProps extends Omit<ImageProps, 'source'> { type: 'pin' | 'unpin'; } export declare const PinIcon: React.FC<PinIconProps>; export {}; //# sourceMappingURL=index.d.ts.map