UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

11 lines (10 loc) 301 B
export declare function initSummernotePasteWithoutFormattingPlugin(): void; export declare class SummernotePasteWithoutFormatingPlugin { private ui; private options; private lang; constructor(context: any); events: { 'summernote.paste': (we: any, e: any) => void; }; }