vue-email-editor
Version:
The excellent drag-n-drop email editor by [Unlayer](https://unlayer.com/embed) as a [Vue](https://vuejs.org/) _wrapper component_. This is the most powerful and developer friendly visual email builder for your app.
18 lines (17 loc) • 640 B
TypeScript
import { EmailEditor } from '../vue-email-editor';
type EmailEditorInstance = InstanceType<typeof EmailEditor>;
declare const _default: import("vue").DefineComponent<{}, {}, {
emailEditor: EmailEditorInstance | null;
options: {
appearance: {
theme: "modern_light";
};
version: string;
};
}, {}, {
editorLoaded(): void;
editorReady(): void;
saveDesign(): void;
exportHtml(): void;
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
export default _default;