Repository URL to install this package:
Version:
0.9.6 ▾
|
/// <reference types="react" />
import { IncrementerProps, DefaultIncrementerState } from './typings';
declare function defaultRenderBox(props: IncrementerProps, state: DefaultIncrementerState): JSX.Element;
declare function defaultRenderWrapper(props: IncrementerProps): JSX.Element;
export { defaultRenderBox, defaultRenderWrapper };