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 374b16a commit 7d5515fCopy full SHA for 7d5515f
src/Slider.tsx
@@ -42,7 +42,7 @@ export interface SliderProps extends GenericSliderProps {
42
tabIndex?: number;
43
ariaLabel: string;
44
ariaLabelledBy: string;
45
- ariaValueTextFormatter: string;
+ ariaValueTextFormatter: (val: number) => string;
46
style?: React.CSSProperties;
47
ref?: React.Ref<any>;
48
}) => React.ReactElement;
0 commit comments