Slider: add input-size (#10154)

This commit is contained in:
杨奕
2018-03-14 10:52:44 +08:00
committed by GitHub
parent 2d1251975c
commit 1238dbf997
6 changed files with 25 additions and 2 deletions

3
types/slider.d.ts vendored
View File

@@ -36,6 +36,9 @@ export declare class ElSlider extends ElementUIComponent {
/** Whether to display control buttons when show-input is true */
showInputControls: boolean
/** Size of the input box */
inputSize: string
/** Whether to display breakpoints */
showStops: boolean