Skip to content

Commit

Permalink
fix: add export handleStyle/trackStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed Aug 12, 2020
1 parent af16da1 commit 263a5e0
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 263a5e0

Please sign in to comment.