UNPKG

quill-uploader

Version:

Quill custom Uploader, supports images, videos, and attachments, with customizable loading indicators.

9 lines (8 loc) 258 B
declare const Link: any; declare class CustomLink extends Link { static create(value: any): HTMLElement; static formats(domNode: HTMLElement): any; static register(): void; format(name: string, value: any): void; } export default CustomLink;