+
+ Pass a position utility class via iconProps to shift for
+ better alignment.
+ This was passed .eui-alignTop
+ }
+ iconProps={{
+ className: 'eui-alignTop',
+ }}
+ />
+
+
);
diff --git a/src/components/common.ts b/src/components/common.ts
index 8789e5c5aeb..2cb42f0d33d 100644
--- a/src/components/common.ts
+++ b/src/components/common.ts
@@ -1,3 +1,5 @@
+import { Component, FunctionComponent, SFC } from 'react';
+
export interface CommonProps {
className?: string;
'aria-label'?: string;
@@ -18,6 +20,12 @@ export function keysOf