antd-mobile
Version:
基于 React 的移动设计规范实现
10 lines (9 loc) • 314 B
TypeScript
/// <reference types="react" />
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;
}