UNPKG

@ckeditor/ckeditor5-template

Version:

Template feature for CKEditor 5.

14 lines (13 loc) 557 B
/** * @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 template */ export { default as Template } from './template.js'; export { default as TemplateCommand } from './templatecommand.js'; export { default as TemplateEditing } from './templateediting.js'; export { default as TemplateUI } from './templateui.js'; export type { TemplateConfig, TemplateDefinition } from './template.js'; import './augmentation.js';