mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +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 type { RenderContext } from '@storybook/types';
|
||||||
|
|
||||||
export interface ShowErrorArgs {
|
export interface ShowErrorArgs {
|
||||||
@ -11,7 +13,7 @@ export interface OptionsArgs {
|
|||||||
element: any;
|
element: any;
|
||||||
}
|
}
|
||||||
|
|
||||||
export type EmberFramework = {
|
export interface EmberFramework extends WebFramework {
|
||||||
component: any;
|
component: any;
|
||||||
storyResult: OptionsArgs;
|
storyResult: OptionsArgs;
|
||||||
};
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user