UNPKG

antd-mobile-rn

Version:

基于蚂蚁金服移动设计规范的 React Native 组件库

10 lines (9 loc) 247 B
import React from 'react'; export default class DatePickerViewExample extends React.Component { state: { value: null; }; onChange: (value: any) => void; onValueChange: (...args: any[]) => void; render(): JSX.Element; }