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.
		
		
		
		
		
			
		
			
				
					
					
						
							62 lines
						
					
					
						
							1.3 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							62 lines
						
					
					
						
							1.3 KiB
						
					
					
				
								/// <reference types="miniprogram-api-typings" />
							 | 
						|
								export declare const commonProps: {
							 | 
						|
								  value: {
							 | 
						|
								    type: StringConstructor;
							 | 
						|
								    observer(
							 | 
						|
								      this: WechatMiniprogram.Component.TrivialInstance,
							 | 
						|
								      value: string
							 | 
						|
								    ): void;
							 | 
						|
								  };
							 | 
						|
								  placeholder: StringConstructor;
							 | 
						|
								  placeholderStyle: StringConstructor;
							 | 
						|
								  placeholderClass: StringConstructor;
							 | 
						|
								  disabled: BooleanConstructor;
							 | 
						|
								  maxlength: {
							 | 
						|
								    type: NumberConstructor;
							 | 
						|
								    value: number;
							 | 
						|
								  };
							 | 
						|
								  cursorSpacing: {
							 | 
						|
								    type: NumberConstructor;
							 | 
						|
								    value: number;
							 | 
						|
								  };
							 | 
						|
								  autoFocus: BooleanConstructor;
							 | 
						|
								  focus: BooleanConstructor;
							 | 
						|
								  cursor: {
							 | 
						|
								    type: NumberConstructor;
							 | 
						|
								    value: number;
							 | 
						|
								  };
							 | 
						|
								  selectionStart: {
							 | 
						|
								    type: NumberConstructor;
							 | 
						|
								    value: number;
							 | 
						|
								  };
							 | 
						|
								  selectionEnd: {
							 | 
						|
								    type: NumberConstructor;
							 | 
						|
								    value: number;
							 | 
						|
								  };
							 | 
						|
								  adjustPosition: {
							 | 
						|
								    type: BooleanConstructor;
							 | 
						|
								    value: boolean;
							 | 
						|
								  };
							 | 
						|
								  holdKeyboard: BooleanConstructor;
							 | 
						|
								};
							 | 
						|
								export declare const inputProps: {
							 | 
						|
								  type: {
							 | 
						|
								    type: StringConstructor;
							 | 
						|
								    value: string;
							 | 
						|
								  };
							 | 
						|
								  password: BooleanConstructor;
							 | 
						|
								  confirmType: StringConstructor;
							 | 
						|
								  confirmHold: BooleanConstructor;
							 | 
						|
								};
							 | 
						|
								export declare const textareaProps: {
							 | 
						|
								  autoHeight: BooleanConstructor;
							 | 
						|
								  fixed: BooleanConstructor;
							 | 
						|
								  showConfirmBar: {
							 | 
						|
								    type: BooleanConstructor;
							 | 
						|
								    value: boolean;
							 | 
						|
								  };
							 | 
						|
								  disableDefaultPadding: {
							 | 
						|
								    type: BooleanConstructor;
							 | 
						|
								    value: boolean;
							 | 
						|
								  };
							 | 
						|
								};
							 |