We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5515f commit bbe1fddCopy full SHA for bbe1fdd
src/Slider.tsx
@@ -42,7 +42,7 @@ export interface SliderProps extends GenericSliderProps {
42
tabIndex?: number;
43
ariaLabel: string;
44
ariaLabelledBy: string;
45
- ariaValueTextFormatter: (val: number) => string;
+ ariaValueTextFormatter: string;
46
style?: React.CSSProperties;
47
ref?: React.Ref<any>;
48
}) => React.ReactElement;
0 commit comments