UNPKG

antd-mobile

Version:

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

14 lines (13 loc) 341 B
import * as React from 'react'; import { ListProps } from './ListPropTypes'; declare class List extends React.Component<ListProps, any> { static Header: any; static Body: any; static Footer: any; static Item: any; static defaultProps: { prefixCls: string; }; render(): JSX.Element; } export default List;