UNPKG

antd-mobile

Version:

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

12 lines (11 loc) 389 B
/// <reference types="react" /> import React from 'react'; export default class BasicRowDemo extends React.Component<any, any> { private rData; constructor(props: any); genData: (pIndex?: number) => {}; onEndReached: (_event: any) => void; render(): JSX.Element; } export declare const title = "ListView Row"; export declare const description = "ListView Row example";