mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:21:27 +08:00
CHANGE ref to only refId
This commit is contained in:
parent
e8d85dc82d
commit
e9b157409f
@ -28,6 +28,7 @@ export interface Group {
|
||||
depth: number;
|
||||
name: string;
|
||||
children: StoryId[];
|
||||
refId?: InceptionRef['id'];
|
||||
parent?: StoryId;
|
||||
isComponent: boolean;
|
||||
isRoot: false;
|
||||
@ -46,7 +47,7 @@ export interface Story {
|
||||
parent: StoryId;
|
||||
name: string;
|
||||
kind: string;
|
||||
ref?: InceptionRef;
|
||||
refId?: InceptionRef['id'];
|
||||
children?: StoryId[];
|
||||
isComponent: boolean;
|
||||
isRoot: false;
|
||||
@ -68,7 +69,7 @@ export interface StoryInput {
|
||||
id: StoryId;
|
||||
name: string;
|
||||
knownAs?: StoryId;
|
||||
ref?: InceptionRef;
|
||||
refId?: InceptionRef;
|
||||
kind: string;
|
||||
children: string[];
|
||||
parameters: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user