Browse Source

upd: TextBox

richard1015 6 years ago
parent
commit
3f3ccce0bd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      types/nutui.d.ts

+ 1 - 0
types/nutui.d.ts

@@ -60,6 +60,7 @@ export declare class Scroller extends UIComponent {}
 export declare class CountDown extends UIComponent {}
 export declare class Uploader extends UIComponent {}
 export declare class TextInput extends UIComponent {}
+export declare class TextBox extends UIComponent {}
 export declare class Avatar extends UIComponent {}
 export declare class Infiniteloading extends UIComponent {}
 export declare class Lazyload extends UIComponent {}