react-antd-admin-panel
Version:
Easy prototyping admin panel using React and Antd
15 lines (14 loc) • 359 B
TypeScript
import Default from "./Default";
export default class Slider extends Default {
constructor();
_min: number;
min(min: number): this;
_max: number;
max(max: number): this;
_marks: any;
marks(marks: any): this;
_range: any;
range(range: number[]): this;
_labelFunction: any;
labelFunction(labelFunction: any): this;
}