UNPKG

react-native-starsystem

Version:

Starbem React Native UI Toolkit

6 lines (5 loc) 215 B
import { StarFunctionComponent } from '../helpers'; import { ImageProps } from '../Image'; declare type CardImageProps = ImageProps; export declare const CardImage: StarFunctionComponent<CardImageProps>; export {};