mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 10:31:06 +08:00
Arg fix lib/api
This commit is contained in:
parent
db5cfabc2a
commit
81838bd8a5
@ -74,7 +74,7 @@ export interface SubAPI {
|
||||
resetStoryArgs: (story: Story, argNames?: string[]) => void;
|
||||
findLeafStoryId(StoriesHash: StoriesHash, storyId: StoryId): StoryId;
|
||||
fetchStoryList: () => Promise<void>;
|
||||
setStoryList: (storyList: StoriesListJson) => Promise<void>;
|
||||
setStoryList: (storyList: StoryIndex) => Promise<void>;
|
||||
updateStory: (storyId: StoryId, update: StoryUpdate, ref?: ComposedRef) => Promise<void>;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user