stack

Home > @infiniteobjects/storykit-stencil > Story

Story type

Story function that represents a CSFv2 component example.

Signature:

export declare type Story<TArgs = Args> = StoryFn<TArgs>;

References: StoryFn