UNPKG

react-native-starsystem

Version:

Starbem React Native UI Toolkit

7 lines (6 loc) 261 B
import { TextProps } from 'react-native'; import { StarFunctionComponent } from '../helpers'; export declare type ListItemSubtitleProps = TextProps & { right?: boolean; }; export declare const ListItemSubtitle: StarFunctionComponent<ListItemSubtitleProps>;