Home > @uniformdev/design-system > SuccessMessageProps
SuccessMessageProps type
Signature:
type SuccessMessageProps = React.HTMLAttributes<HTMLSpanElement> & {
message?: string;
testId?: string;
};
Home > @uniformdev/design-system > SuccessMessageProps
Signature:
type SuccessMessageProps = React.HTMLAttributes<HTMLSpanElement> & {
message?: string;
testId?: string;
};