UNPKG

antd-mobile-rn

Version:

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

11 lines (10 loc) 267 B
import React from 'react'; export interface ResultPropsType { imgUrl?: string; img?: React.ReactNode; title?: React.ReactNode; message?: React.ReactNode; buttonText?: string; buttonType?: 'primary' | 'ghost'; onButtonClick?: () => void; }