Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsgowtham committed Apr 9, 2023
1 parent d108617 commit fc78fe8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,9 @@ export interface RendererInterface {
table(
header: ReactNode[][],
rows: ReactNode[][][],
align: TableColAlignment[],
tableStyle?: ViewStyle,
rowStyle?: ViewStyle,
cellStyle?: ViewStyle,
): ReactNode;
}
```
Expand Down

0 comments on commit fc78fe8

Please sign in to comment.