|
@@ -2,13 +2,13 @@ import { h, type ComponentChild } from 'preact'
|
|
|
|
|
|
import { UIPlugin } from '@uppy/core'
|
|
|
import type { Uppy, UIPluginOptions } from '@uppy/core'
|
|
|
-import type { DefinePluginOpts } from '@uppy/core/lib/BasePlugin.ts'
|
|
|
+import type { DefinePluginOpts } from '@uppy/core/lib/BasePlugin'
|
|
|
import type {
|
|
|
Body,
|
|
|
Meta,
|
|
|
MinimalRequiredUppyFile,
|
|
|
} from '@uppy/utils/lib/UppyFile.ts'
|
|
|
-import type { PluginTarget } from '@uppy/core/lib/UIPlugin.ts'
|
|
|
+import type { PluginTarget } from '@uppy/core/lib/UIPlugin'
|
|
|
import getFileTypeExtension from '@uppy/utils/lib/getFileTypeExtension'
|
|
|
import mimeTypes from '@uppy/utils/lib/mimeTypes'
|
|
|
import isMobile from 'is-mobile'
|