UNPKG

react-native-video

Version:
5 lines (4 loc) 210 B
import React from 'react'; import type { ReactVideoProps, VideoRef } from './types'; declare const Video: React.ForwardRefExoticComponent<ReactVideoProps & React.RefAttributes<VideoRef>>; export default Video;