Interface IProps

    interface IProps {
        errors?: string[];
        status?: string[];
        text?: ReactNode;
    }

    Properties

    Properties

    errors?: string[]
    status?: string[]
    text?: ReactNode

    Generated using TypeDoc and TypeDoc Airthium Plugin