import { rem, Slider, SliderProps } from '@mantine/core'; export const PlayerbarSlider = ({ ...props }: SliderProps) => { return ( ); };