Skip to content

Commit

Permalink
Merge pull request #13746 from ka2jun8/patch-1
Browse files Browse the repository at this point in the history
Chore: types.ts comment URL changed
  • Loading branch information
shilman committed Feb 22, 2021
1 parent afdac39 commit 1faf457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/addons/src/types.ts
Expand Up @@ -166,7 +166,7 @@ export type BaseDecorators<StoryFnReturnType> = Array<
export interface Annotations<Args, StoryFnReturnType> {
/**
* Dynamic data that are provided (and possibly updated by) Storybook and its addons.
* @see [Arg story inputs](https://github.com/storybookjs/storybook/blob/next/docs/src/pages/formats/component-story-format/index.md#args-story-inputs)
* @see [Arg story inputs](https://storybook.js.org/docs/react/api/csf#args-story-inputs)
*/
args?: Partial<Args>;

Expand Down

0 comments on commit 1faf457

Please sign in to comment.