tuil
ReferencePackages@mwillbanks/tuil-storyAPI

StorybookAdapter

interface exported by @mwillbanks/tuil-story.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-story.

export interface StorybookAdapter {
  readonly meta: Meta<Record<string, unknown>>;
  readonly stories: Readonly<Record<string, StoryObj<Record<string, unknown>>>>;
}

Members

MemberTypeRequiredDescriptionRelated types
metaimport(".bun/storybook@10.5.4+56076a621b8b6765/node_modules/storybook/internal/csf").ComponentAnnotations<import("@storybook/react").ReactRenderer, Record<string, unknown>>YesThe meta member uses the import(".bun/storybook@10.5.4+56076a621b8b6765/node_modules/storybook/internal/csf").ComponentAnnotations<import("@storybook/react").ReactRenderer, Record<string, unknown>> contract.
storiesReadonly<Record<string, import(".bun/storybook@10.5.4+56076a621b8b6765/node_modules/storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, &#123;&#125;, &#123;&#125;>>>YesThe stories member uses the Readonly<Record<string, import(".bun/storybook@10.5.4+56076a621b8b6765/node_modules/storybook/internal/csf").StoryAnnotations<import("@storybook/react").ReactRenderer, &#123;&#125;, &#123;&#125;>>> contract.

Parameters

This declaration has no public members.

Returns

This declaration does not return a value.

Throws

No thrown errors are documented for this declaration.

No package-local related types.

Source

View the secondary source reference

Package

@mwillbanks/tuil-story

On this page