diff --git a/components/icon/index.tsx b/components/icon/index.tsx index b4313c5f91..cb6b0e0abc 100755 --- a/components/icon/index.tsx +++ b/components/icon/index.tsx @@ -43,9 +43,9 @@ export interface IconProps { } export interface IconComponent
extends React.SFC
{ - 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; }