From ace54fcceb103e665cc71cea92246291d62a36c6 Mon Sep 17 00:00:00 2001 From: Ismail El Moudni <40411728+ismailCodes@users.noreply.github.com> Date: Mon, 26 Jul 2021 15:41:29 +0100 Subject: [PATCH] docs: Update index.en-US.md (#31533) --- components/slider/index.en-US.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/slider/index.en-US.md b/components/slider/index.en-US.md index 753389c939..32a16bebcb 100644 --- a/components/slider/index.en-US.md +++ b/components/slider/index.en-US.md @@ -34,6 +34,8 @@ To input a value in a range. | vertical | If true, the slider will be vertical | boolean | false | | | onAfterChange | Fire when onmouseup is fired | (value) => void | - | | | onChange | Callback function that is fired when the user changes the slider's value | (value) => void | - | | +| trackStyle | The style of slider track | CSSProperties | - | | +| handleStyle | The style of slider handle | CSSProperties | - | | ### range