From 4915b6653b4e316c9e2280a13212aabdb255087e Mon Sep 17 00:00:00 2001 From: tangjinzhou <415800467@qq.com> Date: Sun, 9 Feb 2020 15:11:50 +0800 Subject: [PATCH] feat: update ts --- types/auto-complete.d.ts | 1 + types/badge.d.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/types/auto-complete.d.ts b/types/auto-complete.d.ts index 8975836e1..f5ef1551b 100644 --- a/types/auto-complete.d.ts +++ b/types/auto-complete.d.ts @@ -9,6 +9,7 @@ export declare type Value = { key: string }; export declare type SelectValue = string | number | Value | Array; export declare class AutoComplete extends AntdComponent { + dropdownMenuStyle: object; /** * Show clear button, effective in multiple mode only. * @default false diff --git a/types/badge.d.ts b/types/badge.d.ts index 637dd00d3..48b3aae7e 100644 --- a/types/badge.d.ts +++ b/types/badge.d.ts @@ -6,6 +6,7 @@ import { AntdComponent } from './component'; import { VNode } from 'vue'; export declare class Badge extends AntdComponent { + color: string; /** * Number to show in badge, support slot * @type number | string | VNode