UNPKG

aditorx

Version:

Aditor is a fast, flexible, and fully customizable rich text editor for modern web applications. It provides a smooth writing experience with built-in formatting tools, keyboard shortcuts, and an intuitive UI. Perfect for developers who need a lightweight

7 lines (6 loc) 135 B
declare module "aditorx" { export function initializeAditorX( element: HTMLElement, defaultValue?: string ): void; }