UNPKG

@paperbits/common

Version:
11 lines (10 loc) 243 B
import { Contract } from "../.."; /** * Mark, e.g. "bold", "italic", "underlined", etc. */ export interface MarkContract extends Contract { /** * Data associated with an instance of the mark. */ attrs?: object; }