import type { UIPluginOptions } from '@uppy/core' export interface StatusBarOptions extends UIPluginOptions { hideProgressDetails?: boolean hideUploadButton?: boolean hideAfterFinish?: boolean hideRetryButton?: boolean hidePauseResumeButton?: boolean hideCancelButton?: boolean doneButtonHandler?: (() => void) | null }