UNPKG

react-native-media-console

Version:

A media player for the react-native-video component

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