@ckeditor/ckeditor5-enter
Version:
Enter feature for CKEditor 5.
15 lines (14 loc) • 565 B
JavaScript
/**
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/
/**
* @module enter
*/
export { Enter } from './enter.js';
export { ShiftEnter } from './shiftenter.js';
export { EnterObserver } from './enterobserver.js';
export { EnterCommand } from './entercommand.js';
export { ShiftEnterCommand } from './shiftentercommand.js';
export { getCopyOnEnterAttributes as _getCopyOnEnterAttributes } from './utils.js';
import './augmentation.js';