Current section

Files

Jump to
ckeditor5_phoenix dist hooks editor plugins sync-editor-with-input.d.ts
Raw

dist/hooks/editor/plugins/sync-editor-with-input.d.ts

import { PluginConstructor } from 'ckeditor5';
/**
* Creates a SyncEditorWithInput plugin class.
*/
export declare function createSyncEditorWithInputPlugin({ editorId, saveDebounceMs, }: Attrs): Promise<PluginConstructor>;
type Attrs = {
editorId: string;
saveDebounceMs: number;
};
export {};
//# sourceMappingURL=sync-editor-with-input.d.ts.map