Linting + typing

This commit is contained in:
Fred Carlsen
2018-11-30 12:05:51 +01:00
parent 7161e8fed9
commit 849b744185

View File

@@ -6,6 +6,7 @@ import { colors } from 'ts/style/colors';
interface ButtonInterface {
children: Node | string;
transparent?: any;
hasIcon?: any;
inline?: any;
href?: string;
onClick?: () => void;