mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
Drop unused stepFunction property and its type definition
This commit is contained in:
parent
51d74a7800
commit
f46a08ca76
@ -9,7 +9,6 @@ import {
|
||||
import {
|
||||
Story,
|
||||
RenderContext,
|
||||
PlayContext,
|
||||
StoryStore,
|
||||
RenderToDOM,
|
||||
TeardownRenderToDOM,
|
||||
@ -72,8 +71,6 @@ export class StoryRender<TFramework extends AnyFramework> implements Render<TFra
|
||||
|
||||
private abortController?: AbortController;
|
||||
|
||||
private stepFunction?: PlayContext['step'];
|
||||
|
||||
private canvasElement?: HTMLElement;
|
||||
|
||||
private notYetRendered = true;
|
||||
|
@ -106,14 +106,6 @@ export type BoundStory<TFramework extends AnyFramework = AnyFramework> = Story<T
|
||||
storyFn: PartialStoryFn<TFramework>;
|
||||
};
|
||||
|
||||
export declare type PlayContext<TFramework extends AnyFramework = AnyFramework> =
|
||||
StoryContext<TFramework> & {
|
||||
step: (
|
||||
name: string,
|
||||
play: (context: PlayContext<TFramework>) => MaybePromise<void>
|
||||
) => MaybePromise<void>;
|
||||
};
|
||||
|
||||
export declare type RenderContext<TFramework extends AnyFramework = AnyFramework> =
|
||||
StoryIdentifier & {
|
||||
showMain: () => void;
|
||||
|
Loading…
x
Reference in New Issue
Block a user