@types/ckeditor__ckeditor5-table
Version:
TypeScript definitions for @ckeditor/ckeditor5-table
25 lines (23 loc) • 1.61 kB
TypeScript
// Type definitions for @ckeditor/ckeditor5-table 33.0
// Project: https://ckeditor.com/docs/ckeditor5/latest/api/module_table_table.html
// Definitions by: Federico Panico <https://github.com/fedemp>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 4.3
export { default as Table } from './src/table';
export { default as TableEditing } from './src/tableediting';
export { default as TableUI } from './src/tableui';
export { default as TableToolbar } from './src/tabletoolbar';
export { default as TableCellProperties } from './src/tablecellproperties';
export { default as TableCellPropertiesEditing } from './src/tablecellproperties/tablecellpropertiesediting';
export { default as TableCellPropertiesUI } from './src/tablecellproperties/tablecellpropertiesui';
export { default as TableProperties } from './src/tableproperties';
export { default as TablePropertiesEditing } from './src/tableproperties/tablepropertiesediting';
export { default as TablePropertiesUI } from './src/tableproperties/tablepropertiesui';
export { default as TableCaption } from './src/tablecaption';
export { default as TableCaptionEditing } from './src/tablecaption/tablecaptionediting';
export { default as TableCaptionUI } from './src/tablecaption/tablecaptionui';
export { default as TableClipboard } from './src/tableclipboard';
export { default as TableMouse } from './src/tablemouse';
export { default as TableKeyboard } from './src/tablekeyboard';
export { default as TableSelection } from './src/tableselection';
export { default as TableUtils } from './src/tableutils';