mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-20 05:26:20 +00:00
Added Message test
This commit is contained in:
@@ -23,7 +23,7 @@ const getTextClassForType = (type: MessageType) => {
|
||||
return map[type];
|
||||
};
|
||||
|
||||
interface MessageProps {
|
||||
export interface MessageProps {
|
||||
className?: string;
|
||||
loading?: boolean;
|
||||
fullWidth?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user