Arc.React
    Preparing search index...

    Interface ErrorDisplayProps

    interface ErrorDisplayProps {
        errors: string[];
        fieldName?: string;
    }
    Index

    Properties

    Properties

    errors: string[]
    fieldName?: string