UNPKG

@8man/react-native-media-console

Version:
6 lines (5 loc) 224 B
import React from 'react'; import type { VideoAnimations } from '../types'; export declare const Overlay: ({ animations: { AnimatedView, controlsOpacity }, }: { animations: VideoAnimations; }) => React.JSX.Element;