Skip to content

Commit 5892900

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fixtures/demo/fixture.mdx

+1-1
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)