mirror of
https://github.com/keven1024/015.git
synced 2026-05-29 16:39:36 +00:00
feat(front): add support for image conversion in Preprocessing and Result components
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export type FileHandleKey = 'file-share' | 'file-image-compress'
|
||||
export type FileHandleKey = 'file-share' | 'file-image-compress' | 'file-image-convert'
|
||||
export type FileShareHandleProps = { type: FileHandleKey; config: Record<string, any> }
|
||||
|
||||
export type TextHandleKey = 'text-share'
|
||||
|
||||
Reference in New Issue
Block a user