UNPKG

antd-mobile

Version:

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

7 lines (6 loc) 206 B
import * as React from 'react'; import tsPropsType from './PropsType'; export default class DatePicker extends React.Component<tsPropsType, any> { static defaultProps: any; render(): JSX.Element; }