UNPKG

react-native-starsystem

Version:

Starbem React Native UI Toolkit

6 lines (5 loc) 236 B
import { TextProps } from '../Text'; import { StarFunctionComponent } from '../helpers'; declare type CardFeaturedTitleProps = TextProps; export declare const CardFeaturedTitle: StarFunctionComponent<CardFeaturedTitleProps>; export {};