UNPKG

jodit

Version:

Jodit is an awesome and useful wysiwyg editor with filebrowser

25 lines (24 loc) 772 B
/*! * Jodit Editor (https://xdsoft.net/jodit/) * Released under MIT see LICENSE.txt in the project root for license information. * Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net */ /** * [[include:plugins/symbols/README.md]] * @packageDocumentation * @module plugins/symbols */ import type { IJodit } from "../../types/index"; import { Plugin } from "../../core/plugin/plugin"; import "./config"; /** * The plugin inserts characters that are not part of the standard keyboard. */ export declare class symbols extends Plugin { buttons: Plugin['buttons']; private __countInRow; constructor(jodit: IJodit); afterInit(jodit: IJodit): void; /** @override */ protected beforeDestruct(jodit: IJodit): void; }