@ckeditor/ckeditor5-widget
Version:
Widget API for CKEditor 5.
14 lines (13 loc) • 545 B
JavaScript
/**
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/
/**
* @module widget
*/
export { default as Widget } from './widget.js';
export { default as WidgetToolbarRepository } from './widgettoolbarrepository.js';
export { default as WidgetResize } from './widgetresize.js';
export { default as WidgetTypeAround } from './widgettypearound/widgettypearound.js';
export * from './utils.js';
import './augmentation.js';