Skip to content

Commit

Permalink
fix: fixes empty jsdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
AssisrMatheus committed Aug 17, 2022
1 parent 786f561 commit 6500122
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ InitialText.args = {
};

/**
* @param props
* A story that displays an Autocomplete example
*
* @param props the story props
*/
const ControlledTemplate: Story<AutocompleteInputProps<{ id: number; label: string }>> = (props) => {
const options = useMemo(
Expand Down

0 comments on commit 6500122

Please sign in to comment.