UNPKG

@syncfusion/ej2-documenteditor

Version:

Feature-rich document editor control with built-in support for context menu, options pane and dialogs.

15 lines (13 loc) 491 B
/*! * filename: index.d.ts * version : 29.2.11 * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved. * Use of this code is subject to the terms of our license. * A copy of the current license can be obtained at any time by e-mailing * licensing@syncfusion.com. Any infringement will be prosecuted under * applicable laws. */ import * as _documenteditor from '@syncfusion/ej2-documenteditor'; export declare namespace ej { const documenteditor: typeof _documenteditor; }