mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 18:21:08 +08:00
cleanup comments about pre-7.0
This commit is contained in:
parent
c29b2cb263
commit
d26fb611a4
@ -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.
|
||||
*
|
||||
|
@ -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.
|
||||
*
|
||||
|
@ -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.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user