提交 3dbc357f 编写于 作者: W Wei Zhu

Update Icon typeings

上级 e56a3310
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册