Type Alias LoadingBoxProps

LoadingBoxProps: {
    message?: string;
    mode?: ProgressMode;
    more?: ReactNode;
    progress?: number;
}

Interface for message information displayed in the LoadingBox.