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