type Props = { isEnabled: boolean, } export const FileDropzoneOverlay = (props: Props) => { const { isEnabled } = props; if (isEnabled) { return (