Documentation
    Preparing search index...

    Type Alias ChordWithPlayerProps

    ChordWithPlayerProps: ChordProps & {
        arpeggioLabel?: string;
        arpeggioSpeed?: number;
        id?: string;
        instrument?: string;
        playedNoteColor?: string;
        playLabel?: string;
    }

    Props expected by the ChordWithPlayer component.