更新小程序仓库
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
export declare const chooseImageProps: {
|
||||
sizeType: {
|
||||
type: ArrayConstructor;
|
||||
value: string[];
|
||||
};
|
||||
capture: {
|
||||
type: ArrayConstructor;
|
||||
value: string[];
|
||||
};
|
||||
};
|
||||
export declare const chooseVideoProps: {
|
||||
capture: {
|
||||
type: ArrayConstructor;
|
||||
value: string[];
|
||||
};
|
||||
compressed: {
|
||||
type: BooleanConstructor;
|
||||
value: boolean;
|
||||
};
|
||||
maxDuration: {
|
||||
type: NumberConstructor;
|
||||
value: number;
|
||||
};
|
||||
camera: {
|
||||
type: StringConstructor;
|
||||
value: string;
|
||||
};
|
||||
};
|
||||
export declare const chooseMediaProps: {
|
||||
capture: {
|
||||
type: ArrayConstructor;
|
||||
value: string[];
|
||||
};
|
||||
mediaType: {
|
||||
type: ArrayConstructor;
|
||||
value: string[];
|
||||
};
|
||||
maxDuration: {
|
||||
type: NumberConstructor;
|
||||
value: number;
|
||||
};
|
||||
camera: {
|
||||
type: StringConstructor;
|
||||
value: string;
|
||||
};
|
||||
};
|
||||
export declare const chooseMessageFileProps: {
|
||||
extension: null;
|
||||
};
|
||||
Reference in New Issue
Block a user