UNPKG

antd-mobile-rn

Version:

基于蚂蚁金服移动设计规范的 React Native 组件库

15 lines (14 loc) 358 B
import React from 'react'; export interface CardPropsType { full?: boolean; } export interface CardHeaderPropsType { title?: React.ReactNode; /** need url of img, if this is string. */ thumb?: React.ReactNode; extra?: React.ReactNode; } export interface CardFooterPropsType { content?: React.ReactNode; extra?: React.ReactNode; }