Skip to content

Commit

Permalink
fix(tab-bar): 修复 TypeScript 中 TabItem 没有 image/ selectedImage 属性报错
Browse files Browse the repository at this point in the history
  • Loading branch information
dogrod committed Apr 22, 2019
1 parent b63eb1a commit 3c71b65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions @types/tab-bar.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export interface TabItem {
iconPrefixClass?: string
iconType?: string
selectedIconType?: string
image?: string
selectedImage?: string
}

export interface AtTabBarProps extends AtComponent{
Expand Down

0 comments on commit 3c71b65

Please sign in to comment.