UNPKG

react-native-video-zoom-control

Version:

A video player overlay for React Native Video that supports pinch-to-zoom and multiple video renditions.

7 lines (6 loc) 162 B
/// <reference types="react" /> interface TitleProps { title: string; } export declare const Title: ({ title }: TitleProps) => JSX.Element | null; export {};