Merge pull request #13746 from ka2jun8/patch-1

Chore: types.ts comment URL changed
This commit is contained in:
Michael Shilman 2021-02-17 18:07:48 +08:00 committed by GitHub
commit 463cae35b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,7 +166,7 @@ export type BaseDecorators<StoryFnReturnType> = Array<
export interface BaseAnnotations<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>;