From e4d7e5e510173b65fb20d272fd01dabc31ea941d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=98=E6=99=93=E5=8D=87?= Date: Fri, 26 Jan 2018 10:38:28 +0800 Subject: [PATCH] Update index.tsx (#9126) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add the “style” property for declare file --- components/steps/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/steps/index.tsx b/components/steps/index.tsx index 8cf5c8660f..04be112942 100644 --- a/components/steps/index.tsx +++ b/components/steps/index.tsx @@ -10,6 +10,7 @@ export interface StepsProps { size?: 'default' | 'small'; direction?: 'horizontal' | 'vertical'; progressDot?: boolean | Function; + style?: React.CSSProperties; } export default class Steps extends React.Component {