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
c260dfc8bd
commit
443a3a666a
@ -4,7 +4,7 @@ Follows TypeScript's type style.
|
||||
|
||||
* `boolean` for boolean values;
|
||||
* `string` for string values;
|
||||
* `string[]` or `Array<>` for array values;
|
||||
* `string[]` or `Array<string>` for array values;
|
||||
* `number` for number values;
|
||||
* `any` for any value;
|
||||
* `object` for plain objects;
|
||||
|
Loading…
Reference in New Issue
Block a user