Home > @uniformdev/design-system > ErrorMessageProps
ErrorMessageProps type
Signature:
type ErrorMessageProps = {
message?: ReactNode;
testId?: string;
className?: string;
truncated?: boolean;
};
Home > @uniformdev/design-system > ErrorMessageProps
Signature:
type ErrorMessageProps = {
message?: ReactNode;
testId?: string;
className?: string;
truncated?: boolean;
};