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