Repository URL to install this package:
|
Version:
2.0.4 ▾
|
import { IncrementerProps, DefaultIncrementerState } from './typings';
declare function defaultRenderBox(props: IncrementerProps, state: DefaultIncrementerState): JSX.Element;
declare function defaultRenderWrapper(props: IncrementerProps): JSX.Element;
export { defaultRenderBox, defaultRenderWrapper };