Fix typedef
This commit is contained in:
@@ -18,7 +18,7 @@ interface Props {
|
||||
icon: string;
|
||||
iconSize?: 'medium' | 'large' | number;
|
||||
title: string;
|
||||
description: Node | string;
|
||||
description: React.ReactNode | string;
|
||||
actions?: Action[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user