Props for the AudioMain component.

interface AudioMainProps {
    audio_url: string;
    handleDuration: (value: string) => void;
    handlePlaying: (value?: boolean) => void;
    playing?: boolean;
}

Properties

audio_url: string
handleDuration: (value: string) => void
handlePlaying: (value?: boolean) => void
playing?: boolean