init
This commit is contained in:
8
types/tabbar.d.ts
vendored
Normal file
8
types/tabbar.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
export interface TabItem {
|
||||
pagePath : string;
|
||||
iconPath : string;
|
||||
selectedIconPath : string;
|
||||
text : string;
|
||||
// badge ?: number | string;
|
||||
}
|
||||
Reference in New Issue
Block a user