UNPKG

antd-mobile-alita

Version:

基于 React 的移动设计规范实现

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