cleanup comments about pre-7.0

This commit is contained in:
Norbert de Langen 2022-06-21 20:10:11 +02:00
parent c29b2cb263
commit d26fb611a4
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762
3 changed files with 0 additions and 6 deletions

View File

@ -29,8 +29,6 @@ export type StoryFn<TArgs = Args> = AnnotatedStoryFn<HtmlFramework, TArgs>;
*/
export type StoryObj<TArgs = Args> = StoryAnnotations<HtmlFramework, TArgs>;
// NOTE these types are reversed from the way they are in types-6-0 and types-6-3
/**
* Story function that represents a CSFv3 component example.
*

View File

@ -29,8 +29,6 @@ export type StoryFn<TArgs = Args> = AnnotatedStoryFn<VueFramework, TArgs>;
*/
export type StoryObj<TArgs = Args> = StoryAnnotations<VueFramework, TArgs>;
// NOTE these types are reversed from the way they are in types-6-0 and types-6-3
/**
* Story function that represents a CSFv3 component example.
*

View File

@ -27,8 +27,6 @@ export type StoryFn<TArgs = Args> = AnnotatedStoryFn<WebComponentsFramework, TAr
*/
export type StoryObj<TArgs = Args> = StoryAnnotations<WebComponentsFramework, TArgs>;
// NOTE these types are reversed from the way they are in types-6-0 and types-6-3
/**
* Story function that represents a CSFv3 component example.
*