mirror of
https://github.com/youzan/vant.git
synced 2025-10-15 15:40:52 +00:00
types(Uploader): preview-options images should be optional (#10698)
This commit is contained in:
@@ -74,7 +74,7 @@ const uploaderProps = {
|
||||
Numeric | [Numeric, Numeric]
|
||||
>,
|
||||
previewImage: truthProp,
|
||||
previewOptions: Object as PropType<ImagePreviewOptions>,
|
||||
previewOptions: Object as PropType<Partial<ImagePreviewOptions>>,
|
||||
previewFullImage: truthProp,
|
||||
maxSize: {
|
||||
type: [Number, String, Function] as PropType<UploaderMaxSize>,
|
||||
|
Reference in New Issue
Block a user