mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
Updated Document types conventions (markdown)
parent
ba7c568ef4
commit
c260dfc8bd
@ -4,7 +4,7 @@ Follows TypeScript's type style.
|
||||
|
||||
* `boolean` for boolean values;
|
||||
* `string` for string values;
|
||||
* `Array<>` for array values;
|
||||
* `string[]` or `Array<>` for array values;
|
||||
* `number` for number values;
|
||||
* `any` for any value;
|
||||
* `object` for plain objects;
|
||||
|
Loading…
Reference in New Issue
Block a user