UNPKG

react-native-dialog

Version:
6 lines (5 loc) 207 B
import * as React from "react"; import { TextProps } from "react-native"; export declare type DialogTitleProps = TextProps; declare const DialogTitle: React.FC<DialogTitleProps>; export default DialogTitle;