From d4d49bb0727b76fbf58eddc6c16225a2c43dfc0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=90=E9=83=BD=E6=A2=81=E6=9C=9D=E4=BC=9F?= <470035056@qq.com> Date: Fri, 4 May 2018 16:22:37 +0800 Subject: [PATCH] has noProperty 'placeholder' (#1433) add placeholder?: string; --- src/components/Login/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Login/index.d.ts b/src/components/Login/index.d.ts index 2c0fd01a..cd88a8b6 100644 --- a/src/components/Login/index.d.ts +++ b/src/components/Login/index.d.ts @@ -18,6 +18,7 @@ export interface LoginItemProps { rules?: any[]; style?: React.CSSProperties; onGetCaptcha?: () => void; + placeholder?: string; } export class LoginItem extends React.Component {} -- GitLab