Skip to content

Commit

Permalink
[react-onsenui] Add explicit types for children
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Oct 6, 2021
1 parent ae78392 commit b348a85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/react-onsenui/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ export class ListHeader extends Component<{
}, any> {}

export class ListItem extends Component<{
children?: React.ReactNode;
modifier?: string | undefined,
tappable?: boolean | undefined,
tapBackgroundColor?: string | undefined,
Expand Down

0 comments on commit b348a85

Please sign in to comment.