UNPKG

@paperbits/common

Version:
8 lines (6 loc) 192 B
import { MarkModel } from "./markModel"; export class InlineModel { public marks?: MarkModel[]; public text?: string; public type = "text"; // TODO: ProseMirror artifact }