UNPKG

@ckeditor/ckeditor5-vue

Version:

Official Vue.js 3+ component for CKEditor 5 – the best browser-based rich text editor.

15 lines (14 loc) 723 B
import type { MultiRootEditor } from 'ckeditor5'; import type { RootEditableOptionsAttribute } from './types.js'; type __VLS_Props = { id?: string; rootName: string; editor?: MultiRootEditor | null; editableOptions?: RootEditableOptionsAttribute | null; }; declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, { id: string; editor: MultiRootEditor | null; editableOptions: RootEditableOptionsAttribute | null; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;