UNPKG

react-native-starsystem

Version:

Starbem React Native UI Toolkit

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