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