UNPKG

ngx-quill

Version:

An angular (>= v2) component for the easy use of the QuillJS richt text editor.

6 lines (5 loc) 210 B
import { ModuleWithProviders } from '@angular/core'; import { QuillConfig } from './quill-editor.interfaces'; export declare class QuillModule { static forRoot(config?: QuillConfig): ModuleWithProviders; }