Skip to content

Commit

Permalink
docs: 补充lazy属性
Browse files Browse the repository at this point in the history
  • Loading branch information
chj-damon committed Apr 15, 2024
1 parent 0383d70 commit 46c801f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-native-tabs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ return (
| tabItemStyle | `false` | 选项卡标签样式 | `ViewStyle` | |
| labelStyle | `false` | 标签文字样式 | `TextStyle` | |
| indicatorStyle | `false` | 指示器样式 | `ViewStyle` | |
| lazy | `false` | 是否启用懒加载模式 | `boolean` | |
| lazyPlaceholder | `false` | 懒加载时的placeholder组件 | `() => ReactNode` | |

```ts
interface TabScene {
Expand Down

0 comments on commit 46c801f

Please sign in to comment.