@jiaozhiye/qm-design-vue
Version:
A Component Library for Vue3.0
54 lines (53 loc) • 1.49 kB
TypeScript
/**
* Copyright (c) 2018-present, Ephox, Inc.
*
* This source code is licensed under the Apache 2 license found in the
* LICENSE file in the root directory of this source tree.
*
*/
export declare const Editor: import("vue").DefineComponent<{
apiKey: string;
cloudChannel: string;
id: string;
init: any;
initialValue: string;
outputFormat: "text" | "html";
inline: boolean;
modelEvents: string | string[];
plugins: string | string[];
tagName: string;
toolbar: string | string[];
modelValue: string;
disabled: boolean;
tinymceScriptSrc: string;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
apiKey: string;
cloudChannel: string;
id: string;
init: any;
initialValue: string;
outputFormat: "text" | "html";
inline: boolean;
modelEvents: string | string[];
plugins: string | string[];
tagName: string;
toolbar: string | string[];
modelValue: string;
disabled: boolean;
tinymceScriptSrc: string;
}> & Readonly<{}>, {
disabled: any;
inline: any;
toolbar: any;
id: any;
modelValue: any;
tinymceScriptSrc: any;
apiKey: any;
cloudChannel: any;
init: any;
initialValue: any;
outputFormat: any;
modelEvents: any;
plugins: any;
tagName: any;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;