UNPKG

@uppy/status-bar

Version:

A progress bar for Uppy, with many bells and whistles.

14 lines (12 loc) 432 B
import type { UIPluginOptions } from '@uppy/core/lib/UIPlugin.js' import type StatusBarLocale from './locale.js' export interface StatusBarOptions extends UIPluginOptions { showProgressDetails?: boolean hideUploadButton?: boolean hideAfterFinish?: boolean hideRetryButton?: boolean hidePauseResumeButton?: boolean hideCancelButton?: boolean doneButtonHandler?: (() => void) | null locale?: typeof StatusBarLocale }