/// /// import * as React from 'react'; import {Motion, spring} from 'react-motion'; class Root extends React.Component<{}, {}> { render() { return ( {(value: any) => { value.x } } ); } }