Documentation
    Preparing search index...

    Type Alias PianoWithPlayerProps

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