UNPKG

@types/ckeditor__ckeditor5-table

Version:
13 lines (10 loc) 285 B
import { Plugin } from '@ckeditor/ckeditor5-core'; export default class TableUI extends Plugin { static readonly pluginName: 'TableUI'; init(): void; } declare module '@ckeditor/ckeditor5-core/src/plugincollection' { interface Plugins { TableUI: TableUI; } }