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