import type { TableEditFeatureName } from './editors/features/TableEditFeatureName'; /** * Optional callback when creating a TableEditPlugin, allows to customize the Selectors element as required. */ export declare type OnTableEditorCreatedCallback = (featureType: TableEditFeatureName, element: HTMLElement) => () => void;