Skip to content

Commit 5892900

Browse files
committed
Remove redundant {object} on typedef
1 parent 044776e commit 5892900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fixtures/demo/fixture.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ to provide IntelliSense.
5656
To get type safety for props, define the `Props` type.
5757

5858
{/**
59-
* @typedef {object} Props
59+
* @typedef Props
6060
* @property {string} avatar
6161
* A link to the user’s profile image
6262
* @property {string} name

0 commit comments

Comments
 (0)