UNPKG

antd-mobile

Version:

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

12 lines (11 loc) 317 B
import * as React from 'react'; import StepsProps from './StepsPropType'; export default class Steps extends React.Component<StepsProps, any> { static Step: any; static defaultProps: { direction: string; }; constructor(props: any); onLayout: (e: any) => void; render(): JSX.Element; }