mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
fix: typo and wrong function arguments name
This commit is contained in:
parent
a83ccfb2e4
commit
fcc99cc21d
@ -27,7 +27,7 @@ export interface SubAPI {
|
||||
getData: (storyId: StoryId) => Story | Group;
|
||||
getParameters: (storyId: StoryId, parameterName?: ParameterName) => Story['parameters'] | any;
|
||||
getCurrentParameter<S>(parameterName?: ParameterName): S;
|
||||
showSettingPage: (pageName: string) => void;
|
||||
showSettingsPage: (storyId: string) => void;
|
||||
}
|
||||
|
||||
interface Group {
|
||||
|
Loading…
x
Reference in New Issue
Block a user