5 Star 16 Fork 5

Gitee 极速下载/jodit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/xdan/jodit
克隆/下载
index.d.ts 598 Bytes
一键复制 编辑 原始数据 按行查看 历史
xdan 提交于 2025-01-19 19:36 +08:00 . Update copyrights
/*!
* 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
*/
import type { IComponent, IJodit, Nullable } from './src/types';
declare global {
const Jodit: IJodit;
interface HTMLElement {
component: Nullable<IComponent>;
}
// https://github.com/xdan/jodit/issues/718
interface ShadowRoot {
getSelection(): ReturnType<Window['getSelection']>;
}
interface Function {
originalConstructor: Function;
}
}
export { Jodit };
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/jodit.git
git@gitee.com:mirrors/jodit.git
mirrors
jodit
jodit
main

搜索帮助