Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Icon typeings
  • Loading branch information
yesmeck committed Oct 22, 2018
1 parent e56a331 commit 3dbc357
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/icon/index.tsx
Expand Up @@ -43,9 +43,9 @@ export interface IconProps {
}

export interface IconComponent<P> extends React.SFC<P> {
createFromIconfontCN?: typeof createFromIconfontCN;
getTwoToneColor?: typeof getTwoToneColor;
setTwoToneColor?: typeof setTwoToneColor;
createFromIconfontCN: typeof createFromIconfontCN;
getTwoToneColor: typeof getTwoToneColor;
setTwoToneColor: typeof setTwoToneColor;
unstable_ChangeThemeOfIconsDangerously?: typeof unstable_ChangeThemeOfIconsDangerously;
unstable_ChangeDefaultThemeOfIcons?: typeof unstable_ChangeDefaultThemeOfIcons;
}
Expand Down

0 comments on commit 3dbc357

Please sign in to comment.