UNPKG

antd-mobile

Version:

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

11 lines (10 loc) 299 B
/// <reference types="react" /> import React from 'react'; import 'moment/locale/zh-cn'; export default class PopupExample extends React.Component<any, any> { date1MinDate: any; date1MaxDate: any; constructor(props: any); onChange: (value: any) => void; render(): JSX.Element; }