mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:31:19 +08:00
Update ember framework
This commit is contained in:
parent
95da68c93e
commit
9a55d7088f
@ -1,3 +1,5 @@
|
||||
import type { WebFramework } from '@storybook/types';
|
||||
|
||||
export type { RenderContext } from '@storybook/types';
|
||||
|
||||
export interface ShowErrorArgs {
|
||||
@ -11,7 +13,7 @@ export interface OptionsArgs {
|
||||
element: any;
|
||||
}
|
||||
|
||||
export type EmberFramework = {
|
||||
export interface EmberFramework extends WebFramework {
|
||||
component: any;
|
||||
storyResult: OptionsArgs;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user