We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27bd5c3 commit 9cf8d18Copy full SHA for 9cf8d18
types/slider.d.ts
@@ -47,7 +47,7 @@ export declare class Slider extends AntdComponent {
47
* @type object
48
*/
49
marks: {
50
- number: string | VNode | { style: object; label: string | VNode } | Function;
+ [key: number]: string | VNode | { style: object; label: string | VNode } | Function;
51
};
52
53
/**
0 commit comments