Repository URL to install this package:
|
Version:
2.7.6 ▾
|
import React from 'react';
import { IncrementerBoxProps } from './typings';
export declare class IncrementerBox extends React.Component<IncrementerBoxProps> {
handleDecrement: () => void;
handleIncrement: () => void;
handleChange: () => void;
render(): JSX.Element;
}