stack

Home > @infiniteobjects/storykit-stencil > StoryFn

StoryFn type

Story function that represents a CSFv2 component example.

Signature:

export declare type StoryFn<TArgs = Args> = AnnotatedStoryFn<HtmlFramework, TArgs>;