Documentation
    Preparing search index...

    Type Alias ChordProps

    ChordProps: Omit<UseFretboardParams, "scale" | "chord" | "positions"> & {
        barres?: BarreInput;
        chordName?: string;
        className?: string;
        id?: string;
        includeOpenStrings?: boolean;
        input: string;
        showName?: boolean;
    }

    Props expected by the Chord component.