From 39b72aa9915c127892ab18c92ed51a16b3d3a147 Mon Sep 17 00:00:00 2001 From: Guyi Date: Wed, 28 Oct 2020 22:19:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0jira=E4=BB=BB=E5=8A=A1=EF=BC=8C?= =?UTF-8?q?=E5=8E=BB=E9=99=A4input=E6=8F=8F=E8=BF=B0=E9=87=8C=E7=9A=84?= =?UTF-8?q?=E7=A9=BA=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/base/single/input/input.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/typescript/base/single/input/input.ts b/typescript/base/single/input/input.ts index 98a9a21e6..006f30064 100644 --- a/typescript/base/single/input/input.ts +++ b/typescript/base/single/input/input.ts @@ -20,7 +20,6 @@ export interface _Input extends _Single { getLastValidValue(): string; getLastChangedValue(): string; - } export interface _InputStatic {