Skip to content

Commit

Permalink
fix(types): Make cellSeparatorInset, cellLayoutMargins opt
Browse files Browse the repository at this point in the history
Closes #189
  • Loading branch information
iRoachie committed Nov 12, 2018
1 parent 7191087 commit 0e246c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ interface TableViewProps {
onAccessoryPress?(event: AccessoryCallBack): void
onWillDisplayCell?(event: DisplayCallBack): void
onEndDisplayingCell?(event: DisplayCallBack): void
cellSeparatorInset: Insets
cellLayoutMargins: Insets
cellSeparatorInset?: Insets
cellLayoutMargins?: Insets
}

declare class TableView extends React.Component<TableViewProps> {
Expand Down

0 comments on commit 0e246c9

Please sign in to comment.