diff --git a/src/story.ts b/src/story.ts index f16ec5a..4bcf3c7 100644 --- a/src/story.ts +++ b/src/story.ts @@ -341,7 +341,7 @@ export interface BaseAnnotations>[] @@ -349,25 +349,25 @@ export interface BaseAnnotations; /** * ArgTypes encode basic metadata for args, such as `name`, `description`, `defaultValue` for an arg. These get automatically filled in by Storybook Docs. - * @see [Control annotations](https://github.com/storybookjs/storybook/blob/91e9dee33faa8eff0b342a366845de7100415367/addons/controls/README.md#control-annotations) + * @see [ArgTypes](https://storybook.js.org/docs/api/arg-types) */ argTypes?: Partial>; /** * Asynchronous functions which provide data for a story. - * @see [Loaders](https://storybook.js.org/docs/react/writing-stories/loaders) + * @see [Loaders](https://storybook.js.org/docs/writing-stories/loaders) */ loaders?: LoaderFunction[] | LoaderFunction; @@ -438,7 +438,7 @@ export interface ComponentAnnotations