diff --git a/components/button/index.tsx b/components/button/index.tsx index fb1c662ca6..b80451febf 100644 --- a/components/button/index.tsx +++ b/components/button/index.tsx @@ -9,7 +9,7 @@ export interface ButtonProps extends ButtonPropsType { className?: string; role?: string; inline?: boolean; - icon?: string; + icon?: React.ReactNode; activeClassName?: string; activeStyle?: boolean | CSSProperties; style?: React.CSSProperties;