Skip to content

Commit

Permalink
Update Icon typeings
Browse files Browse the repository at this point in the history
  • 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> { export interface IconComponent<P> extends React.SFC<P> {
createFromIconfontCN?: typeof createFromIconfontCN; createFromIconfontCN: typeof createFromIconfontCN;
getTwoToneColor?: typeof getTwoToneColor; getTwoToneColor: typeof getTwoToneColor;
setTwoToneColor?: typeof setTwoToneColor; setTwoToneColor: typeof setTwoToneColor;
unstable_ChangeThemeOfIconsDangerously?: typeof unstable_ChangeThemeOfIconsDangerously; unstable_ChangeThemeOfIconsDangerously?: typeof unstable_ChangeThemeOfIconsDangerously;
unstable_ChangeDefaultThemeOfIcons?: typeof unstable_ChangeDefaultThemeOfIcons; unstable_ChangeDefaultThemeOfIcons?: typeof unstable_ChangeDefaultThemeOfIcons;
} }
Expand Down

0 comments on commit 3dbc357

Please sign in to comment.