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