UNPKG

959 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 */
8export declare const Editor: import("vue").DefineComponent<import("./EditorPropTypes").CopyProps<import("./EditorPropTypes").IPropTypes>, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<import("./EditorPropTypes").CopyProps<import("./EditorPropTypes").IPropTypes>>>, {
9 init: any;
10 apiKey: any;
11 cloudChannel: any;
12 id: any;
13 initialValue: any;
14 outputFormat: any;
15 inline: any;
16 modelEvents: any;
17 plugins: any;
18 tagName: any;
19 toolbar: any;
20 modelValue: any;
21 disabled: any;
22 tinymceScriptSrc: any;
23}>;