Fix typedef

This commit is contained in:
Fred Carlsen
2018-12-14 12:48:54 +01:00
parent 9695be13c3
commit 907aa7a844

View File

@@ -18,7 +18,7 @@ interface Props {
icon: string;
iconSize?: 'medium' | 'large' | number;
title: string;
description: Node | string;
description: React.ReactNode | string;
actions?: Action[];
}