feat: update ts

pull/1790/head
tangjinzhou 2020-02-09 15:11:50 +08:00
parent a1cfa8962d
commit 4915b6653b
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ export declare type Value = { key: string };
export declare type SelectValue = string | number | Value | Array<Value | string | number>;
export declare class AutoComplete extends AntdComponent {
dropdownMenuStyle: object;
/**
* Show clear button, effective in multiple mode only.
* @default false

1
types/badge.d.ts vendored
View File

@ -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