UNPKG

antd-mobile

Version:

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

9 lines (8 loc) 247 B
import * as React from 'react'; import { ListBodyProps } from './ListPropTypes'; export default class ListBody extends React.Component<ListBodyProps, any> { static defaultProps: { prefixCls: string; }; render(): JSX.Element; }