UNPKG

@8man/react-native-media-console

Version:
4 lines (3 loc) 181 B
import React from 'react'; import type { VideoPlayerProps } from './types'; export declare const VideoPlayer: (props: Omit<VideoPlayerProps, 'animations'>) => React.JSX.Element;