UNPKG

@ant-design/react-native

Version:

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

9 lines (8 loc) 282 B
import React from 'react'; export default class BasicSliderExample extends React.Component<any, any> { constructor(props: any); handleChange: (value: any) => void; onAfterChange: (value: any) => void; minMaxChange: (value: any) => void; render(): JSX.Element; }