File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ import type {
4
4
Args ,
5
5
ComponentAnnotations ,
6
6
ComposedStoryFn ,
7
+ EachAnnotationsFunction ,
8
+ EachTestFunction ,
7
9
NormalizedProjectAnnotations ,
8
10
ProjectAnnotations ,
9
11
Renderer ,
@@ -22,7 +24,6 @@ import {
22
24
} from '../preview-api/index' ;
23
25
import { mountDestructured } from '../preview-api/modules/preview-web/render/mount-utils' ;
24
26
import { getCoreAnnotations } from './core-annotations' ;
25
- import type { EachAnnotationsFunction , EachTestFunction } from './story' ;
26
27
27
28
export interface Preview < TRenderer extends Renderer = Renderer > {
28
29
readonly _tag : 'Preview' ;
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ export type {
22
22
Conditional ,
23
23
DecoratorApplicator ,
24
24
DecoratorFunction ,
25
+ EachAnnotationsFunction ,
26
+ EachTestFunction ,
25
27
Globals ,
26
28
GlobalTypes ,
27
29
IncludeExcludeOptions ,
You can’t perform that action at this time.
0 commit comments