directus-extension-flexible-editor-test
Version:
A rich text editor (WYSIWYG) with JSON output that allows the integration of M2A relations to make it extremely flexible.
10 lines (7 loc) • 384 B
text/typescript
export type * from "tiptap-render-view/vue";
import type { Component } from "vue";
import type { RelationNodeSerializers } from "../types";
export type * from "../types";
export type VueRelationNodeSerializers = RelationNodeSerializers<Component>;
// TODO: [Stage 2][deprecated] type VueRelationBlockSerializers
export type VueRelationBlockSerializers = VueRelationNodeSerializers;