Skip to content

Commit bbe1fdd

Browse files
authored
Revert "Update Slider.tsx (#741)" (#743)
This reverts commit 7d5515f.
1 parent 7d5515f commit bbe1fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Slider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface SliderProps extends GenericSliderProps {
4242
tabIndex?: number;
4343
ariaLabel: string;
4444
ariaLabelledBy: string;
45-
ariaValueTextFormatter: (val: number) => string;
45+
ariaValueTextFormatter: string;
4646
style?: React.CSSProperties;
4747
ref?: React.Ref<any>;
4848
}) => React.ReactElement;

0 commit comments

Comments
 (0)