Skip to content

Commit

Permalink
[form-builder] Don't export Image type outside ImageInput
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Oct 6, 2020
1 parent 44c1851 commit 8491969
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ interface UploadState {
progress: number
}

export interface Image extends Partial<BaseImage> {
interface Image extends Partial<BaseImage> {
_upload?: UploadState
}

Expand Down

0 comments on commit 8491969

Please sign in to comment.