Browse Source

add Scroller

宋成林 7 years ago
parent
commit
4f5a3cadaa
1 changed files with 2 additions and 0 deletions
  1. 2 0
      types/nutui.d.ts

+ 2 - 0
types/nutui.d.ts

@@ -44,6 +44,8 @@ export declare class Tab extends UIComponent {}
 export declare class Tabbar extends UIComponent {}
 export declare class TabPanel extends UIComponent {}
 export declare class Toast extends UIComponent {}
+export declare class BackTop extends UIComponent {}
+export declare class Scroller extends UIComponent {}
 
 export interface InstallationOptions {
     locale?: any