Linting fixes

This commit is contained in:
Fred Carlsen
2018-12-14 11:26:59 +01:00
parent 7a10f03496
commit 66480ccb1e
18 changed files with 39 additions and 34 deletions

View File

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