UNPKG

@8man/react-native-media-console

Version:
8 lines (7 loc) 192 B
import React from 'react'; interface TitleProps { primary: string; secondary?: string; } export declare const Title: (title: TitleProps) => React.JSX.Element | null; export {};