We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829aaf3 commit ff9da8dCopy full SHA for ff9da8d
src/Models/metadata-model.ts
@@ -1,6 +1,5 @@
1
import StyleType from '../embedded-types/style-type';
2
import TextNode from '../nodes/text';
3
-import { EmbeddedItem } from './embedded-object';
4
export interface Metadata {
5
text: string
6
attributes: Attributes
src/options/default-node-options.ts
@@ -1,5 +1,4 @@
import { Next, RenderOption } from ".";
-import { attributeToString } from "../Models/metadata-model";
import MarkType from "../nodes/mark-type";
import Node from "../nodes/node";
import NodeType from "../nodes/node-type";
0 commit comments