Updated Document types conventions (markdown)

Wei Zhu 2017-01-17 15:55:31 +08:00
parent d1bed964d6
commit 0106e81af9

@ -7,6 +7,12 @@ Follows TypeScript's type style.
* `string[]`
* `number`
## Function
```
(selectedRowKeys: string[], selectedRows: <T>[]) => any;
```
## Using `|` for multiple types
Markdown requires `\` to escape `|` in table.