UNPKG

1.79 kBJavaScriptView Raw
1/**
2 * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
3 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4 */
5/**
6 * @module table
7 */
8export { default as PlainTableOutput } from './plaintableoutput';
9export { default as Table } from './table';
10export { default as TableEditing } from './tableediting';
11export { default as TableUI } from './tableui';
12export { default as TableToolbar } from './tabletoolbar';
13export { default as TableCellProperties } from './tablecellproperties';
14export { default as TableCellPropertiesEditing } from './tablecellproperties/tablecellpropertiesediting';
15export { default as TableCellPropertiesUI } from './tablecellproperties/tablecellpropertiesui';
16export { default as TableCellWidthEditing } from './tablecellwidth/tablecellwidthediting';
17export { default as TableProperties } from './tableproperties';
18export { default as TablePropertiesEditing } from './tableproperties/tablepropertiesediting';
19export { default as TablePropertiesUI } from './tableproperties/tablepropertiesui';
20export { default as TableCaption } from './tablecaption';
21export { default as TableCaptionEditing } from './tablecaption/tablecaptionediting';
22export { default as TableCaptionUI } from './tablecaption/tablecaptionui';
23export { default as TableClipboard } from './tableclipboard';
24export { default as TableMouse } from './tablemouse';
25export { default as TableKeyboard } from './tablekeyboard';
26export { default as TableSelection } from './tableselection';
27export { default as TableUtils } from './tableutils';
28export { default as TableColumnResize } from './tablecolumnresize';
29export { default as TableColumnResizeEditing } from './tablecolumnresize/tablecolumnresizeediting';
30import './augmentation';