SliderProps
SliderProps: { child?: undefined | { component: any; props: any }; max: number; min: number; parents: Array<string>; title: string }
Type declaration
-
Optional child?: undefined | { component: any; props: any }
-
max: number
-
min: number
-
parents: Array<string>
-
title: string
Similar to ListProps