UNPKG

@arpitbhalla/rneui-base-dev

Version:
6 lines (5 loc) 215 B
import { RneFunctionComponent } from '../helpers'; import { ImageProps } from '../Image'; export interface CardImageProps extends ImageProps { } export declare const CardImage: RneFunctionComponent<CardImageProps>;