tuil
ReferencePackages@mwillbanks/tuil-storyAPI

TerminalStoryFrameView

function exported by @mwillbanks/tuil-story.

View rawEdit

function

Public function exported by @mwillbanks/tuil-story.

export function TerminalStoryFrameView({
  request,
  className,
  inspector,
  frame,
  status,
  frameHtml,
}: TerminalStoryFrameViewProps): ReactElement;

Members

This declaration has no public members.

Parameters

MemberTypeRequiredDescriptionRelated types
{ request, className, inspector, frame, status, frameHtml, }TerminalStoryFrameViewPropsYesSupplies the { request, className, inspector, frame, status, frameHtml, } value as TerminalStoryFrameViewProps.TerminalStoryFrameViewProps

Returns

ReactElement — Returns a value that satisfies ReactElement.

Related types: —

Throws

No thrown errors are documented for this declaration.

Source

View the secondary source reference

Package

@mwillbanks/tuil-story

On this page