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