提交初始版本,使用vant ui库
This commit is contained in:
53
miniprogram_npm/@vant/weapp/uploader/shared.d.ts
vendored
Normal file
53
miniprogram_npm/@vant/weapp/uploader/shared.d.ts
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
export declare const imageProps: {
|
||||
sizeType: {
|
||||
type: ArrayConstructor;
|
||||
value: string[];
|
||||
};
|
||||
capture: {
|
||||
type: ArrayConstructor;
|
||||
value: string[];
|
||||
};
|
||||
showmenu: {
|
||||
type: BooleanConstructor;
|
||||
value: boolean;
|
||||
};
|
||||
};
|
||||
export declare const videoProps: {
|
||||
capture: {
|
||||
type: ArrayConstructor;
|
||||
value: string[];
|
||||
};
|
||||
compressed: {
|
||||
type: BooleanConstructor;
|
||||
value: boolean;
|
||||
};
|
||||
maxDuration: {
|
||||
type: NumberConstructor;
|
||||
value: number;
|
||||
};
|
||||
camera: {
|
||||
type: StringConstructor;
|
||||
value: string;
|
||||
};
|
||||
};
|
||||
export declare const mediaProps: {
|
||||
capture: {
|
||||
type: ArrayConstructor;
|
||||
value: string[];
|
||||
};
|
||||
mediaType: {
|
||||
type: ArrayConstructor;
|
||||
value: string[];
|
||||
};
|
||||
maxDuration: {
|
||||
type: NumberConstructor;
|
||||
value: number;
|
||||
};
|
||||
camera: {
|
||||
type: StringConstructor;
|
||||
value: string;
|
||||
};
|
||||
};
|
||||
export declare const messageFileProps: {
|
||||
extension: null;
|
||||
};
|
Reference in New Issue
Block a user