Add color to interface

This commit is contained in:
Fred Carlsen
2018-12-03 14:28:49 +01:00
parent 64d52e2113
commit b9fbb3a725

View File

@@ -7,6 +7,7 @@ interface HeadingProps {
size?: 'default' | 'medium' | 'large' | 'small';
isCentered?: boolean;
isNoMargin?: boolean;
color?: string;
}
interface ParagraphProps {