UNPKG

@gem-mine/rmc-input-number

Version:

input-number ui component for react(mobile web)

12 lines (11 loc) 281 B
import { Component } from 'react'; export interface PropsType { prefixCls: string; disabled?: boolean; role?: string; className?: string; unselectable?: string; } export default class InputHandler extends Component<PropsType, {}> { render(): JSX.Element; }