mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
Updated Document types conventions (markdown)
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.
|
||||
|
Loading…
Reference in New Issue
Block a user