Skip to content

Commit 406cf23

Browse files
robinv8smileying
authored andcommitted
Update index.tsx
1 parent 369e71e commit 406cf23

File tree

1 file changed

+2
-1
lines changed
  • packages/taro-ui/rn/components/nav-bar

1 file changed

+2
-1
lines changed

packages/taro-ui/rn/components/nav-bar/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,5 +228,6 @@ AtNavBar.propTypes = {
228228
]),
229229
onClickLeftIcon: PropTypes.func,
230230
onClickRgIconSt: PropTypes.func,
231-
onClickRgIconNd: PropTypes.func
231+
onClickRgIconNd: PropTypes.func,
232+
onClickTitle: PropTypes.func
232233
}

0 commit comments

Comments
 (0)