From 4abf61f5fd5a1c3ad1650cb7e3ec212117bcafe2 Mon Sep 17 00:00:00 2001 From: Holiday Date: Fri, 11 Feb 2022 10:45:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0jira=E4=BB=BB=E5=8A=A1=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0DownListPopup=E5=A3=B0=E6=98=8E=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/widget/downlist/popup.downlist.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/typescript/widget/downlist/popup.downlist.ts b/typescript/widget/downlist/popup.downlist.ts index e61078d4c..08d4ef4ef 100644 --- a/typescript/widget/downlist/popup.downlist.ts +++ b/typescript/widget/downlist/popup.downlist.ts @@ -6,8 +6,4 @@ export declare class DownListPopup extends Widget { static EVENT_SON_VALUE_CHANGE: string; populate: (items: any) => void; - - setValue: (v: any) => void; - - getValue: () => any; } \ No newline at end of file