Current section

Files

Jump to
ckeditor5_phoenix dist hooks context context.d.ts
Raw

dist/hooks/context/context.d.ts

import { Context, ContextWatchdog } from 'ckeditor5';
/**
* Gets the nearest context parent element as a promise.
*/
export declare function getNearestContextParentPromise(el: HTMLElement): Promise<ContextWatchdog<Context> | null>;
/**
* Phoenix LiveView hook for CKEditor 5 context elements.
*/
export declare const ContextHook: import('../../types').RequiredBy<import('phoenix_live_view').Hook<any>, "mounted" | "destroyed">;
//# sourceMappingURL=context.d.ts.map