UNPKG

vue3-disqus

Version:

Vue component to integrate Disqus comments in your application, with support for SPA

5 lines (4 loc) 285 B
export declare const getEmitName: (str: string) => string; export declare const draf: (cb: any) => number; export declare function insertScript(src: string, id: string, parentElement: any): HTMLScriptElement; export declare function removeScript(id: string, parentElement: any): void;