Add children to types

This commit is contained in:
Chi Vinh Le
2018-07-17 19:38:58 -03:00
parent d09835020d
commit a4104f8bd8
@@ -15,6 +15,9 @@ interface InnerProps extends HTMLAttributes<HTMLSpanElement> {
size?: "sm" | "md" | "lg" | "xl";
/** The name of the icon to render */
children: string;
/** ref to the HTMLIconElement */
ref?: Ref<HTMLSpanElement>;