const the_children = () => (Hello) ... ... export const Component = ({ children }) => { return ( {!!children && children()} ); };