UNPKG

1.61 kBTypeScriptView Raw
1// Type definitions for @ckeditor/ckeditor5-table 33.0
2// Project: https://ckeditor.com/docs/ckeditor5/latest/api/module_table_table.html
3// Definitions by: Federico Panico <https://github.com/fedemp>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5// Minimum TypeScript Version: 4.3
6
7export { default as Table } from './src/table';
8export { default as TableEditing } from './src/tableediting';
9export { default as TableUI } from './src/tableui';
10export { default as TableToolbar } from './src/tabletoolbar';
11export { default as TableCellProperties } from './src/tablecellproperties';
12export { default as TableCellPropertiesEditing } from './src/tablecellproperties/tablecellpropertiesediting';
13export { default as TableCellPropertiesUI } from './src/tablecellproperties/tablecellpropertiesui';
14export { default as TableProperties } from './src/tableproperties';
15export { default as TablePropertiesEditing } from './src/tableproperties/tablepropertiesediting';
16export { default as TablePropertiesUI } from './src/tableproperties/tablepropertiesui';
17export { default as TableCaption } from './src/tablecaption';
18export { default as TableCaptionEditing } from './src/tablecaption/tablecaptionediting';
19export { default as TableCaptionUI } from './src/tablecaption/tablecaptionui';
20export { default as TableClipboard } from './src/tableclipboard';
21export { default as TableMouse } from './src/tablemouse';
22export { default as TableKeyboard } from './src/tablekeyboard';
23export { default as TableSelection } from './src/tableselection';
24export { default as TableUtils } from './src/tableutils';