@devexpress/utils
Version:
DevExpress utils
9 lines • 351 B
TypeScript
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