mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
29 lines
568 B
TypeScript
29 lines
568 B
TypeScript
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;
|
|
};
|
|
};
|