Tanatloc documentation
    Preparing search index...

    Interface IProps

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

    Properties

    Properties

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