ant-design/components/slider
David Schneider a5c3a6c930 In SliderProps type definition, replace void types with null. (#8102)
With TypeScript compiler option ‘strictNullChecks’ enabled, the value `null` cannot be assigned to type `void`. This means, for instance, that it’s impossible to pass a `null` value for prop `step`. I don’t expect that substituting `null` for `void` in these type definitions should cause anyone difficulty; because these are optional props, a consumer of this component should be able to pass `null` or `undefined` safely, whether or not the compiler is using strict null checks.
2017-11-03 09:40:56 +08:00
..
__tests__ upgrade rc-slider, improve accessibility 2017-09-17 17:42:24 +08:00
demo docs: fix code style 2017-05-15 14:37:22 +08:00
style upgrade some devDeps and fix stylelint 2017-08-04 18:01:40 +08:00
index.en-US.md docs: sort api table 2017-10-25 10:25:44 +08:00
index.tsx In SliderProps type definition, replace void types with null. (#8102) 2017-11-03 09:40:56 +08:00
index.zh-CN.md docs: sort api table 2017-10-25 10:25:44 +08:00