Update Icon typeings

pull/12772/head
Wei Zhu 6 years ago
parent e56a3310df
commit 3dbc357ff2

@ -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;
} }

Loading…
Cancel
Save