update slider ts

pull/538/head
tangjinzhou 2019-02-22 21:36:10 +08:00
parent 27bd5c3da3
commit 9cf8d18e6a
1 changed files with 1 additions and 1 deletions

2
types/slider.d.ts vendored
View File

@ -47,7 +47,7 @@ export declare class Slider extends AntdComponent {
* @type object
*/
marks: {
number: string | VNode | { style: object; label: string | VNode } | Function;
[key: number]: string | VNode | { style: object; label: string | VNode } | Function;
};
/**