@ckeditor/ckeditor5-html-support
Version:
HTML Support feature for CKEditor 5.
15 lines (14 loc) • 595 B
JavaScript
/**
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
/**
* @module html-support
*/
export { default as GeneralHtmlSupport } from './generalhtmlsupport';
export { default as DataFilter } from './datafilter';
export { default as DataSchema } from './dataschema';
export { default as HtmlComment } from './htmlcomment';
export { default as FullPage } from './fullpage';
export { default as HtmlPageDataProcessor } from './htmlpagedataprocessor';
import './augmentation';