ngx-quill
Version:
Angular components for the easy use of the QuillJS richt text editor.
28 lines (27 loc) • 547 B
TypeScript
export declare const defaultModules: {
toolbar: (string[] | {
header: number;
}[] | {
list: string;
}[] | {
script: string;
}[] | {
indent: string;
}[] | {
direction: string;
}[] | {
size: (string | boolean)[];
}[] | {
header: (number | boolean)[];
}[] | ({
color: any[];
background?: undefined;
} | {
background: any[];
color?: undefined;
})[] | {
font: any[];
}[] | {
align: any[];
}[])[];
};