quill-uploader
Version:
Quill custom Uploader, supports images, videos, and attachments, with customizable loading indicators.
15 lines (14 loc) • 419 B
TypeScript
declare const EmbedBlot: any;
declare class Loading extends EmbedBlot {
static blotName: string;
static className: string;
static tagName: string;
static allowedChildren: any[];
static create(value: any): HTMLElement;
static formats(domNode: HTMLElement): {
[name: string]: string | undefined;
};
static value(): undefined;
static register(): void;
}
export default Loading;