/**
 * @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 enter
 */
export { default as Enter } from './enter';
export { default as ShiftEnter } from './shiftenter';
export type { ViewDocumentEnterEvent } from './enterobserver';
export type { default as EnterCommand, EnterCommandAfterExecuteEvent } from './entercommand';
export type { default as ShiftEnterCommand } from './shiftentercommand';
import './augmentation';
