Added Message test

This commit is contained in:
Alejandro Celaya
2020-12-21 09:57:46 +01:00
parent 5cf0c86a14
commit c25355c531
2 changed files with 65 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ const getTextClassForType = (type: MessageType) => {
return map[type];
};
interface MessageProps {
export interface MessageProps {
className?: string;
loading?: boolean;
fullWidth?: boolean;