Hiyve Components - v1.0.0
    Preparing search index...
    interface TimeSliderProps {
        colors: MediaPlayerColors;
        currentTime: number;
        duration: number;
        onChange: (time: number) => void;
    }
    Index

    Properties

    currentTime: number
    duration: number
    onChange: (time: number) => void