// @flow import React from 'react'; export default function SimpleValues() { return ( ); } function ChildComponent(props: any) { return null; }