UNPKG

react-native-video

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