HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/node_modules/@ckeditor/ckeditor5-table/src/index.js
/**
 * @license Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/**
 * @module table
 */

export { default as Table } from './table';
export { default as TableEditing } from './tableediting';
export { default as TableUI } from './tableui';
export { default as TableToolbar } from './tabletoolbar';
export { default as TableCellProperties } from './tablecellproperties';
export { default as TableCellPropertiesEditing } from './tablecellproperties/tablecellpropertiesediting';
export { default as TableCellPropertiesUI } from './tablecellproperties/tablecellpropertiesui';
export { default as TableProperties } from './tableproperties';
export { default as TablePropertiesEditing } from './tableproperties/tablepropertiesediting';
export { default as TablePropertiesUI } from './tableproperties/tablepropertiesui';
export { default as TableCaption } from './tablecaption';
export { default as TableCaptionEditing } from './tablecaption/tablecaptionediting';
export { default as TableCaptionUI } from './tablecaption/tablecaptionui';
export { default as TableClipboard } from './tableclipboard';
export { default as TableMouse } from './tablemouse';
export { default as TableKeyboard } from './tablekeyboard';
export { default as TableSelection } from './tableselection';
export { default as TableUtils } from './tableutils';