UNPKG

@devexpress/utils

Version:
9 lines 351 B
export declare class PdfPluginHelper { private static plugin; static isInstalled(): boolean; static getPdfPlugin(): any; static getActiveXObject(name: string): ActiveXObject | null; static getNavigatorPlugin(name: string): Plugin | null; static getVersion(): number | null; } //# sourceMappingURL=plugin-helper.d.ts.map