jodit
Version:
Jodit is an awesome and useful wysiwyg editor with filebrowser
22 lines (21 loc) • 700 B
TypeScript
/*!
* 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:core/decorators/README.md]]
* @packageDocumentation
* @module decorators
*/
export * from "./autobind/autobind";
export * from "./cache/cache";
export * from "./component/component";
export * from "./debounce/debounce";
export * from "./derive/derive";
export * from "./hook/hook";
export * from "./idle/idle";
export * from "./nonenumerable/nonenumerable";
export * from "./persistent/persistent";
export * from "./wait/wait";
export * from "./watch/watch";