Skip to content

Commit

Permalink
update component api
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Sep 21, 2023
1 parent 18d757f commit 33a887e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import classes from './ErrorMessage.module.css';

export type ErrorMessageProps = {
/** Changes text sizing */
size?: 'xsmall' | 'small' | 'medium';
size?: 'xsmall' | 'small' | 'medium' | 'large';
/** Adds margin-bottom */
spacing?: boolean;
/** Toggle error color */
Expand Down

0 comments on commit 33a887e

Please sign in to comment.