import * as React from 'react'; import { CounterState } from '../state'; export const Counter: React.SFC = (props) => (

{props.value}

);