Skip to content

Commit

Permalink
fix: add export handleStyle/trackStyle (#26160)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed Aug 12, 2020
1 parent af16da1 commit 2e463e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/slider/index.tsx
Expand Up @@ -45,6 +45,8 @@ export interface SliderBaseProps {
className?: string;
id?: string;
style?: React.CSSProperties;
handleStyle?: React.CSSProperties;
trackStyle?: React.CSSProperties;
tooltipVisible?: boolean;
tooltipPlacement?: TooltipPlacement;
getTooltipPopupContainer?: (triggerNode: HTMLElement) => HTMLElement;
Expand Down

0 comments on commit 2e463e7

Please sign in to comment.