Skip to content

Commit 702e1cd

Browse files
layershifterlevithomason
authored andcommitted
fix(Icon): Incorrect definition in typings (#1225)
1 parent 4cdf477 commit 702e1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elements/Icon/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ interface IconProps {
5353
}
5454

5555
interface IconComponent extends React.StatelessComponent<IconProps> {
56-
Content: typeof IconGroup;
56+
Group: typeof IconGroup;
5757
}
5858

5959
export const Icon: IconComponent;

0 commit comments

Comments
 (0)