tuil
ReferencePackages@mwillbanks/tuil-storyAPI

TuilStory

export exported by @mwillbanks/tuil-story.

View rawEdit

export

Public export exported by @mwillbanks/tuil-story.

export interface TuilStory<TProps> {
  readonly args: Partial<TProps>;
  readonly description?: string;
  readonly terminal?: Partial<TerminalStoryControls>;
}

Members

MemberTypeRequiredDescriptionRelated types
argsPartial<TProps>YesThe args member uses the Partial<TProps> contract.
descriptionstring | undefinedNoThe description member uses the string | undefined contract.
terminalPartial<TerminalStoryControls> | undefinedNoThe terminal member uses the Partial<TerminalStoryControls> | undefined contract.TerminalStoryControls

Parameters

This declaration has no public members.

Returns

This declaration does not return a value.

Throws

No thrown errors are documented for this declaration.

Source

View the secondary source reference

Package

@mwillbanks/tuil-story

On this page