TuilStory
interface exported by @mwillbanks/tuil-testing.
interface
Public interface exported by @mwillbanks/tuil-testing.
export interface TuilStory<TProps> {
readonly args: Partial<TProps>;
readonly description?: string;
readonly terminal?: Partial<TerminalStoryControls>;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
args | Partial<TProps> | Yes | The args member uses the Partial<TProps> contract. | — |
description | string | undefined | No | The description member uses the string | undefined contract. | — |
terminal | Partial<TerminalStoryControls> | undefined | No | The 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.
Related types
Source
View the secondary source reference