Documentation
    Preparing search index...

    Type Alias PianoWithPlayerProps

    PianoWithPlayerProps: PianoProps & {
        arpeggioLabel?: string;
        arpeggioSpeed?: number;
        description?: string;
        id: string;
        playLabel?: string;
    }

    Props expected by the PianoWithPlayer component.