Repository URL to install this package:
|
Version:
4.2.0-a11y.0 ▾
|
import { IncrementerState } from './IncrementerState';
import { IncrementerProps } from './typings';
declare function initIncrementerState(): IncrementerState;
declare function toIncrementerState(props: IncrementerProps): import("./typings").IncrementerStateType;
export { initIncrementerState, toIncrementerState };