/** * @flow * @file Open With fallback button * @author Box */ import * as React from 'react'; import OpenWithButton from './OpenWithButton'; type Props = { error: ElementsError, }; const OpenWithFallbackButton = ({ error }: Props) => (