parent
3a035c481e
commit
68ee9a008e
10 changed files with 20 additions and 20 deletions
|
|
@ -121,7 +121,7 @@ const parsePropDefinition = (key: string, prop: any) => {
|
|||
return prop;
|
||||
};
|
||||
|
||||
const sortParams = (params: Array<{ name: string }>) => {
|
||||
const sortParams = (params: { name: string }[]) => {
|
||||
return params;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue