update slider ts
parent
27bd5c3da3
commit
9cf8d18e6a
|
@ -47,7 +47,7 @@ export declare class Slider extends AntdComponent {
|
||||||
* @type object
|
* @type object
|
||||||
*/
|
*/
|
||||||
marks: {
|
marks: {
|
||||||
number: string | VNode | { style: object; label: string | VNode } | Function;
|
[key: number]: string | VNode | { style: object; label: string | VNode } | Function;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue