Trails Packages
    Preparing search index...

    Interface CommonComponentProps

    Common properties supported by all public react components.

    interface CommonComponentProps {
        className?: string;
        "data-testid"?: string;
    }
    Index

    Properties

    className?: string

    Additional class name(s).

    "data-testid"?: string

    Used for testing.