You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							53 lines
						
					
					
						
							1.0 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							53 lines
						
					
					
						
							1.0 KiB
						
					
					
				
								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;
							 | 
						|
								};
							 | 
						|
								
							 |