Documentation
    Preparing search index...

    Metadata collected in the IProps.examples.

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

    Type Parameters

    • T
    Index

    Properties

    description?: string

    Description of the example.

    summary?: string

    Summary of the example.

    value: T

    Value of the example.