UNPKG

react-native-starsystem

Version:

Starbem React Native UI Toolkit

5 lines (4 loc) 241 B
import { TextProps } from '../Text'; import { StarFunctionComponent } from '../helpers'; export declare type CardFeaturedSubtitleProps = TextProps; export declare const CardFeaturedSubtitle: StarFunctionComponent<CardFeaturedSubtitleProps>;