UNPKG

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