mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-01 05:05:25 +08:00
Fix clientAPi.raw API signature
This commit is contained in:
parent
ac753e340f
commit
8d6b0901aa
@ -38,7 +38,6 @@ export function start<TFramework extends AnyFramework>(
|
||||
return {
|
||||
forceReRender: removedApi('forceReRender'),
|
||||
getStorybook: removedApi('getStorybook'),
|
||||
raw: removedApi('raw'),
|
||||
configure: removedApi('configure'),
|
||||
clientApi: {
|
||||
addDecorator: removedApi('clientApi.addDecorator'),
|
||||
@ -48,6 +47,7 @@ export function start<TFramework extends AnyFramework>(
|
||||
setAddon: removedApi('clientApi.setAddon'),
|
||||
getStorybook: removedApi('clientApi.getStorybook'),
|
||||
storiesOf: removedApi('clientApi.storiesOf'),
|
||||
raw: removedApi('raw'),
|
||||
},
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user