UNPKG

ngx-quill

Version:

Angular components for the easy use of the QuillJS richt text editor.

5 lines (4 loc) 233 B
import { QuillFormat } from 'ngx-quill/config'; import { Observable } from 'rxjs'; export declare const getFormat: (format?: QuillFormat, configFormat?: QuillFormat) => QuillFormat; export declare const raf$: () => Observable<void>;