StepProps: {
description?: ReactNode;
icon?: ReactNode;
status?: "wait" | "process" | "finish" | "error";
title?: ReactNode;
} & NativeProps
Type declaration
Optional description?: ReactNode
Optional icon?: ReactNode
Optional status?: "wait" | "process" | "finish" | "error"
Optional title?: ReactNode