@@ -8,12 +8,12 @@ Slider is wrapped in a form group, so it accepts all [form group props](/rendere
88| -----| ----| -----------|
99| after| node| Node rendered after the slider|
1010| before| node| Node rendered before the slider|
11- | FormFieldGridProps| object| Props passed to FormFieldGrid component|
12- | FormControlProps| object| Props passed to FormControl component|
13- | FormGroupProps| object| Props passed to FormGroup component|
14- | FormLabelProps| object| Props passed to FormLabel component|
15- | FormHelperTextProps| object| Props passed to FormHelperText component|
16- | InputGridProps| object| Props passed to Input-Grid component|
17- | BeforeGridProps| object| Props passed to Before-Grid component|
18- | SliderGridProps| object| Props passed to Slider-Grid component|
19- | AfterGridProps| object| Props passed to After-Grid component|
11+ | FormFieldGridProps| object| Props passed to [ FormFieldGrid component] ( https://material-ui.com/api/grid/ ) |
12+ | FormControlProps| object| Props passed to [ FormControl component] ( https://material-ui.com/api/form-control/#formcontrol-api ) |
13+ | FormGroupProps| object| Props passed to [ FormGroup component] ( https://material-ui.com/api/form-group/#formgroup-api ) |
14+ | FormLabelProps| object| Props passed to [ FormLabel component] ( https://material-ui.com/api/form-label/#formlabel-api ) |
15+ | FormHelperTextProps| object| Props passed to [ FormHelperText component] ( https://material-ui.com/api/form-helper-text/#formhelpertext-api ) |
16+ | InputGridProps| object| Props passed to [ Input-Grid component] ( https://material-ui.com/api/grid/ ) |
17+ | BeforeGridProps| object| Props passed to [ Before-Grid component] ( https://material-ui.com/api/grid/ ) |
18+ | SliderGridProps| object| Props passed to [ Slider-Grid component] ( https://material-ui.com/api/grid/ ) |
19+ | AfterGridProps| object| Props passed to [ After-Grid component] ( https://material-ui.com/api/grid/ ) |
0 commit comments