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

Properties

Properties

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