Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Update Icon typeings
- Loading branch information
Showing
with
3 additions
and
3 deletions.
-
+3
−3
components/icon/index.tsx
|
@@ -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; |
|
|
} |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.