UNPKG

885 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").PublicProps, Readonly<import("vue").ExtractPropTypes<import("./EditorPropTypes").CopyProps<IPropTypes>>>, {
10 init: any;
11 apiKey: any;
12 licenseKey: any;
13 cloudChannel: any;
14 id: any;
15 initialValue: any;
16 outputFormat: any;
17 inline: any;
18 modelEvents: any;
19 plugins: any;
20 tagName: any;
21 toolbar: any;
22 modelValue: any;
23 disabled: any;
24 tinymceScriptSrc: any;
25}, {}>;