UNPKG

react-native-video-player

Version:
9 lines 509 B
import type { CustomStyles } from 'react-native-video-player'; interface FullscreenProps { controlButtonCustomStyles: CustomStyles['controlButton']; controlIconCustomStyles: CustomStyles['controlIcon']; onToggleFullScreen: () => void; } export declare const Fullscreen: import("react").MemoExoticComponent<({ onToggleFullScreen, controlIconCustomStyles, controlButtonCustomStyles, }: FullscreenProps) => import("react/jsx-runtime").JSX.Element>; export {}; //# sourceMappingURL=Fullscreen.d.ts.map