QuillModules: {
    toolbar: (
        | string[]
        | { header: (number | boolean)[] }[]
        | { font: never[] }[]
        | { indent: string }[]
        | { list: string }[]
        | { script: string }[]
        | (
            | { background?: undefined; color: never[] }
            | { background: never[]; color?: undefined }
        )[]
        | { align: never[] }[]
    )[];
} = ...

Type declaration

  • toolbar: (
        | string[]
        | { header: (number | boolean)[] }[]
        | { font: never[] }[]
        | { indent: string }[]
        | { list: string }[]
        | { script: string }[]
        | (
            | { background?: undefined; color: never[] }
            | { background: never[]; color?: undefined }
        )[]
        | { align: never[] }[]
    )[]