UNPKG

934 BTypeScriptView Raw
1/**
2 * Copyright (c) 2018-present, Ephox, Inc.
3 *
4 * This source code is licensed under the Apache 2 license found in the
5 * LICENSE file in the root directory of this source tree.
6 *
7 */
8import { IPropTypes } from './EditorPropTypes';
9export declare const Editor: import("vue").DefineComponent<import("./EditorPropTypes").CopyProps<IPropTypes>, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<import("./EditorPropTypes").CopyProps<IPropTypes>>>, {
10 init: any;
11 apiKey: any;
12 cloudChannel: any;
13 id: any;
14 initialValue: any;
15 outputFormat: any;
16 inline: any;
17 modelEvents: any;
18 plugins: any;
19 tagName: any;
20 toolbar: any;
21 modelValue: any;
22 disabled: any;
23 tinymceScriptSrc: any;
24}>;