Skip to content

Commit 21390b5

Browse files
committed
changed exports
1 parent dcc0182 commit 21390b5

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/extensions/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export * from "./codemirror/CodeMirror";
22
export * from "./react-flow";
33
export * from "./uppy/FileUpload";
4-
export * from "@uppy/core";
5-
export * from "@uppy/xhr-upload"
4+
export * from "@uppy/core";

src/extensions/uppy/FileUpload.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export interface FileUploadProps extends TestableComponent {
6868
}
6969

7070
export { ProgressBar as FileUploadProgressBar, DragDrop as FileUploadDragDrop} from "@uppy/react";
71-
71+
export type {XHRUploadOptions} from "@uppy/xhr-upload"
7272

7373

7474
export const FileUpload: React.FC<FileUploadProps> = ({

0 commit comments

Comments
 (0)