UNPKG

472 BTypeScriptView Raw
1import React from 'react';
2import { TextProps } from 'react-native';
3declare type TitleProps = TextProps & {
4 right?: boolean;
5};
6declare const _default: React.FunctionComponent<Omit<TextProps & {
7 right?: boolean;
8} & Partial<import("../config").ThemeProps<TitleProps>>, keyof import("../config").ThemeProps<T>>> | React.ForwardRefExoticComponent<TextProps & {
9 right?: boolean;
10} & Partial<import("../config").ThemeProps<TitleProps>>>;
11export default _default;