Skip to content

Commit

Permalink
expand opts
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherry committed Dec 18, 2024
1 parent e545112 commit 21e244a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ export class MarkdownDocumenter {
//@ts-ignore
// apiParameter?._parent?.displayName === 'useParticipantTile' &&
firstParameter.kind === ExcerptTokenKind.Reference &&
firstParameter.text.endsWith('Props') &&
(firstParameter.text.endsWith('Props') || firstParameter.text.endsWith('Options')) &&
firstParameter.canonicalReference
) {
// First parameter is a props object.
Expand Down

0 comments on commit 21e244a

Please sign in to comment.