- 添加 Vant WeApp 组件库的多个组件和工具文件 - 新增的组件包括 calendar、circle、collapse、dialog 等- 添加了常用的工具函数和样式文件 - 在 app.js 中集成了 Vant WeApp 组件库
62 lines
1.2 KiB
TypeScript
62 lines
1.2 KiB
TypeScript
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;
|
|
};
|
|
referrerPolicy: {
|
|
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;
|
|
previewFile: {
|
|
type: BooleanConstructor;
|
|
value: boolean;
|
|
};
|
|
};
|