Circle V2 API Docs
    Preparing search index...

    Type Alias WaveformAudioPlayerProps

    type WaveformAudioPlayerProps = {
        audioUrl: string;
        height?: number;
        progressColor?: string;
        waveColor?: string;
    }
    Index

    Properties

    audioUrl: string
    height?: number
    progressColor?: string
    waveColor?: string