Skip to content

Commit

Permalink
fix(Icon): fix typings of Icon.Group
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-dinculescu authored and layershifter committed Sep 21, 2017
1 parent 65ce852 commit 50f7eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/Icon/Icon.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export interface IconProps {
}

declare class Icon extends React.Component<IconProps, {}> {
Group: typeof IconGroup;
static Group: typeof IconGroup;
}

export default Icon;

0 comments on commit 50f7eb5

Please sign in to comment.