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