Metadata collected in the IProps.examples.

interface IExample<T> {
    description?: string;
    summary?: string;
    value: T;
}

Type Parameters

  • T

Properties

description?: string

Description of the example.

summary?: string

Summary of the example.

value: T

Value of the example.