feat: update ts
parent
a1cfa8962d
commit
4915b6653b
|
@ -9,6 +9,7 @@ export declare type Value = { key: string };
|
||||||
export declare type SelectValue = string | number | Value | Array<Value | string | number>;
|
export declare type SelectValue = string | number | Value | Array<Value | string | number>;
|
||||||
|
|
||||||
export declare class AutoComplete extends AntdComponent {
|
export declare class AutoComplete extends AntdComponent {
|
||||||
|
dropdownMenuStyle: object;
|
||||||
/**
|
/**
|
||||||
* Show clear button, effective in multiple mode only.
|
* Show clear button, effective in multiple mode only.
|
||||||
* @default false
|
* @default false
|
||||||
|
|
|
@ -6,6 +6,7 @@ import { AntdComponent } from './component';
|
||||||
import { VNode } from 'vue';
|
import { VNode } from 'vue';
|
||||||
|
|
||||||
export declare class Badge extends AntdComponent {
|
export declare class Badge extends AntdComponent {
|
||||||
|
color: string;
|
||||||
/**
|
/**
|
||||||
* Number to show in badge, support slot
|
* Number to show in badge, support slot
|
||||||
* @type number | string | VNode
|
* @type number | string | VNode
|
||||||
|
|
Loading…
Reference in New Issue