UNPKG

jodit-pro

Version:

PRO Version of Jodit Editor

30 lines (29 loc) 892 B
/*! * Jodit Editor PRO (https://xdsoft.net/jodit/) * See LICENSE.md in the project root for license information. * Copyright (c) 2013-2026 Valerii Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/ */ import type { IJodit } from "jodit/esm/types/index"; import "./config"; import { Plugin } from "jodit/esm/core/plugin/index"; export declare class backup extends Plugin { /** @override */ static requires: string[]; /** @override */ hasStyle: boolean; /** @override */ buttons: Plugin['buttons']; private __box; private __dialog; private __storage; private timeout; /** @override */ protected afterInit(jodit: IJodit): void; private prepareDialog; private onSaveBackup; private onOpenBackupDialog; private onSelectItem; private addButtonsToDialog; /** @override */ protected beforeDestruct(): void; }